[go: nahoru, domu]

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.java1185 && isOutOfBounds(context, event) && peekDecorView() != null) {
1200 private boolean isOutOfBounds(Context context, MotionEvent event) { method in class:Window
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java2098 if (isOutOfBounds(x, y)) {
2111 private boolean isOutOfBounds(int x, int y) { method in class:AppCompatDelegateImplV7.ListMenuDecorView
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java431 private boolean isOutOfBounds(int x, int y) { method in class:DecorView
461 if (isOutOfBounds(x, y)) {

Completed in 47 milliseconds