Searched refs:getTouchY (Results 1 – 3 of 3) sorted by relevance
69 public int getTouchY(final int y) { in getTouchY() method in KeyDetector93 final int touchY = getTouchY(y); in detectHitKey()
42 final int touchY = getTouchY(y); in detectHitKey()
379 return Constants.isValidCoordinate(y) ? mKeyDetector.getTouchY(y) : y; in getKeyY()