Searched defs: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/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1969 if (isOutOfBounds(x, y)) {
1982 private boolean isOutOfBounds(int x, int y) { method in class:AppCompatDelegateImplV7.ListMenuDecorView
/frameworks/base/core/java/android/view/
H A DWindow.java952 && isOutOfBounds(context, event) && peekDecorView() != null) {
958 private boolean isOutOfBounds(Context context, MotionEvent event) { method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2419 private boolean isOutOfBounds(int x, int y) { method in class:PhoneWindow.DecorView
2431 if (isOutOfBounds(x, y)) {

Completed in 800 milliseconds