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