Searched refs:shouldCloseOnTouch (Results 1 – 3 of 3) sorted by relevance
1212 public boolean shouldCloseOnTouch(Context context, MotionEvent event) { in shouldCloseOnTouch() method in Window
672 if (mCancelable && mShowing && mWindow.shouldCloseOnTouch(mContext, event)) { in onTouchEvent()
2783 if (mWindow.shouldCloseOnTouch(this, event)) { in onTouchEvent()