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

/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java252 public boolean isInside(int x, int y) { method in class:PasswordEntryKeyboard.LatinKey
264 return super.isInside(x, y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java226 private boolean isInside(View v, float x, float y) { method in class:ExpandHelper
323 isInside(mScrollAdapter.getHostView(), x, y)
417 isInside(mScrollAdapter.getHostView(), x, y);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java767 boolean isInside = key.isInside(x,y);
768 if (isInside) {
774 || isInside)
H A DKeyboard.java446 public boolean isInside(int x, int y) { method in class:Keyboard.Key
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3957 bool isInside; local
3959 while ((isInside=(curEntry < set->numAttrs))
3966 if ((!isInside) || oldName != newName) {
3982 if (isInside) {

Completed in 1587 milliseconds