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.java272 private boolean isInside(View v, float x, float y) { method in class:ExpandHelper
410 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.cpp3451 bool isInside; local
3453 while ((isInside=(curEntry < set->numAttrs))
3460 if ((!isInside) || oldName != newName) {
3476 if (isInside) {

Completed in 552 milliseconds