Searched refs:isOutOfBounds (Results 1 – 4 of 4) sorted by relevance
484 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) { in onTouchEvent()493 private boolean isOutOfBounds(View v, MotionEvent event) { in isOutOfBounds() method in SearchDialog
952 && isOutOfBounds(context, event) && peekDecorView() != null) { in shouldCloseOnTouch()958 private boolean isOutOfBounds(Context context, MotionEvent event) { in isOutOfBounds() method in Window
1969 if (isOutOfBounds(x, y)) { in onInterceptTouchEvent()1982 private boolean isOutOfBounds(int x, int y) { in isOutOfBounds() method in ListMenuDecorView
2419 private boolean isOutOfBounds(int x, int y) {2431 if (isOutOfBounds(x, y)) {