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

/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java253 public boolean isInside(int x, int y) { method in class:PasswordEntryKeyboard.LatinKey
265 return super.isInside(x, y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java271 private boolean isInside(View v, float x, float y) { method in class:ExpandHelper
409 mWatchingForPull = isInside(mScrollView, x, y);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java763 boolean isInside = key.isInside(x,y);
764 if (isInside) {
770 || isInside)
H A DKeyboard.java446 public boolean isInside(int x, int y) { method in class:Keyboard.Key
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3607 bool isInside; local
3609 while ((isInside=(curEntry < set->numAttrs))
3616 if ((!isInside) || oldName != newName) {
3632 if (isInside) {

Completed in 143 milliseconds