Searched refs:isOnKey (Results 1 – 3 of 3) sorted by relevance
143 static bool isOnKey(const int *const keyXCoordinates, const int *const keyYCoordinates, in isOnKey() function171 const bool onKey = isOnKey(keyXCoordinates, keyYCoordinates, keyWidths, keyHeights, in calculateProximities()
104 if (!key.isOnKey(touchX, touchY)) { in detectHitKey()
737 public boolean isOnKey(final int x, final int y) { in isOnKey() method in Key