Searched refs:isOutOfBounds (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSearchDialog.java484 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) {
493 private boolean isOutOfBounds(View v, MotionEvent event) { method in class:SearchDialog
/frameworks/base/core/java/android/view/
H A DWindow.java1273 event.getAction() == MotionEvent.ACTION_DOWN && isOutOfBounds(context, event)
1290 private boolean isOutOfBounds(Context context, MotionEvent event) { method in class:Window
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java2126 if (isOutOfBounds(x, y)) {
2139 private boolean isOutOfBounds(int x, int y) {
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java468 private boolean isOutOfBounds(int x, int y) { method in class:DecorView
498 if (isOutOfBounds(x, y)) {

Completed in 372 milliseconds