Searched refs:detectHitKey (Results 1 – 6 of 6) sorted by relevance
36 public Key detectHitKey(final int x, final int y) { in detectHitKey() method in MoreKeysDetector
88 public Key detectHitKey(final int x, final int y) { in detectHitKey() method in KeyDetector
382 return mKeyDetector.detectHitKey(x, y); in getKeyOn()487 return mKeyDetector.detectHitKey(x, y); in onMoveKeyInternal()1193 final Key key = mKeyDetector.detectHitKey(x, y); in printTouchEvent()
211 final Key newKey = mKeyDetector.detectHitKey(x, y); in detectKey()
138 return mKeyDetector.detectHitKey(x, y); in getKey()
164 return mKeyDetector.detectHitKey(x, y); in getHoverKeyOf()