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