Searched refs:shouldCloseOnTouch (Results 1 – 4 of 4) sorted by relevance
1302 public boolean shouldCloseOnTouch(Context context, MotionEvent event) { in shouldCloseOnTouch() method in Window
727 if (mCancelable && mShowing && mWindow.shouldCloseOnTouch(mContext, event)) { in onTouchEvent()
3737 if (mWindow.shouldCloseOnTouch(this, event)) { in onTouchEvent()
17779 HSPLandroid/view/Window;->shouldCloseOnTouch(Landroid/content/Context;Landroid/view/MotionEvent;)Z