Searched refs:getTouchX (Results 1 – 3 of 3) sorted by relevance
64 public int getTouchX(final int x) { in getTouchX() method in KeyDetector92 final int touchX = getTouchX(x); in detectHitKey()
41 final int touchX = getTouchX(x); in detectHitKey()
373 return Constants.isValidCoordinate(x) ? mKeyDetector.getTouchX(x) : x; in getKeyX()