In the Android docs for a PopupWindow
, the method setIgnoreCheekPress()
is mentioned. It says that this method "Sets the flag on popup to ignore cheek press event; by default this flag is set to false which means the pop wont ignore cheek press dispatch events."
Quite simply, what is a cheek press dispatch event
?