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

/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/util/
H A DExpandableListScenario.java197 private boolean isOutOfBounds(long packedPosition) { method in class:ExpandableListScenario
228 if (isOutOfBounds(packedPosition)) {
/frameworks/base/core/java/android/app/
H A DDialog.java558 && isOutOfBounds(event)) {
566 private boolean isOutOfBounds(MotionEvent event) { method in class:Dialog
H A DSearchDialog.java727 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) {
736 private boolean isOutOfBounds(View v, MotionEvent event) { method in class:SearchDialog
/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DMidWindow.java1613 private boolean isOutOfBounds(int x, int y) { method in class:MidWindow.DecorView
1625 if (isOutOfBounds(x, y)) {
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DPhoneWindow.java1671 private boolean isOutOfBounds(int x, int y) { method in class:PhoneWindow.DecorView
1683 if (isOutOfBounds(x, y)) {

Completed in 394 milliseconds