Home
last modified time | relevance | path

Searched refs:getTouchY (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyDetector.java69 public int getTouchY(final int y) { in getTouchY() method in KeyDetector
93 final int touchY = getTouchY(y); in detectHitKey()
DMoreKeysDetector.java42 final int touchY = getTouchY(y); in detectHitKey()
DMainKeyboardView.java379 return Constants.isValidCoordinate(y) ? mKeyDetector.getTouchY(y) : y; in getKeyY()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherBackAnimationController.java298 mInitialTouchPos.set(backEvent.getTouchX(), backEvent.getTouchY()); in startBack()
372 float rawYDelta = event.getTouchY() - mInitialTouchPos.y; in updateBackProgress()