Searched refs:getKeyIndexOf (Results 1 – 5 of 5) sorted by relevance
82 AK_FORCE_INLINE int getKeyIndexOf(const int c) const { in getKeyIndexOf() function83 return ProximityInfoUtils::getKeyIndexOf(KEY_COUNT, c, &mLowerCodePointToKeyMap); in getKeyIndexOf()87 return getKeyIndexOf(codePoint) != NOT_AN_INDEX; in isCodePointOnKeyboard()
32 static AK_FORCE_INLINE int getKeyIndexOf(const int keyCount, const int c, in getKeyIndexOf() function165 const int keyIndex = getKeyIndexOf(keyCount, c, codeToKeyMap); in calculateProximities()
37 const int keyIndex = mProximityInfo->getKeyIndexOf(primaryCodePoint); in getPrimaryOriginalCodePointAt()171 const int keyId = mProximityInfo->getKeyIndexOf(codePoint); in getPointToKeyLength()
449 const int keyId = proximityInfo->getKeyIndexOf(nodeCodePoint); in pushTouchPoint()
43 const int keyIndex = traverseSession->getProximityInfo()->getKeyIndexOf( in getErrorType()