Searched refs:isOnKey (Results 1 – 4 of 4) sorted by relevance
92 final boolean isOnKey = key.isOnKey(touchX, touchY); in detectHitKey()96 || (distance == minDistance && isOnKey && key.mCode > primaryKey.mCode)) { in detectHitKey()
623 public boolean isOnKey(int x, int y) { in isOnKey() method in Key
95 bool isOnKey(const int keyId, const int x, const int y) const;
133 bool ProximityInfo::isOnKey(const int keyId, const int x, const int y) const { in isOnKey() function in latinime::ProximityInfo167 const bool onKey = isOnKey(keyIndex, x, y); in calculateNearbyKeyCodes()