Home
last modified time | relevance | path

Searched defs:touchY (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysDetector.java42 final int touchY = getTouchY(y); in detectHitKey() local
DKeyDetector.java93 final int touchY = getTouchY(y); in detectHitKey() local
/packages/apps/Launcher2/src/com/android/launcher2/
DDragView.java248 public void show(int touchX, int touchY) { in show()
284 void move(int touchX, int touchY) { in move()
DCellLayout.java711 public void setTagToCellInfoForPoint(int touchX, int touchY) { in setTagToCellInfoForPoint()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragView.java311 public void show(int touchX, int touchY) { in show()
347 void move(int touchX, int touchY) { in move()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.cpp134 const float touchY = static_cast<float>(y); in getNormalizedSquaredDistanceFromCenterFloatG() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSwipeableListView.java187 final int touchY = (int) ev.getY(); in getChildAtPosition() local
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java1127 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); in onLongPress()