Searched defs:isInside (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Camera/src/com/android/camera/ | ||
H A D | PreviewGestures.java | 235 if (isInside(m, receiver)) { 272 private boolean isInside(MotionEvent evt, View v) { method in class:PreviewGestures |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ | ||
H A D | Keyboard.java | 442 public boolean isInside(int x, int y) { method in class:Keyboard.Key 465 public boolean isInside(int x, int y, int w, int h) { method in class:Keyboard.Key 718 key.isInside(x, y, mCellWidth, mCellHeight)) { |
Completed in 154 milliseconds