Home
last modified time | relevance | path

Searched refs:getKeyIndexOf (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.h82 AK_FORCE_INLINE int getKeyIndexOf(const int c) const { in getKeyIndexOf() function
83 return ProximityInfoUtils::getKeyIndexOf(KEY_COUNT, c, &mLowerCodePointToKeyMap); in getKeyIndexOf()
87 return getKeyIndexOf(codePoint) != NOT_AN_INDEX; in isCodePointOnKeyboard()
Dproximity_info_utils.h32 static AK_FORCE_INLINE int getKeyIndexOf(const int keyCount, const int c, in getKeyIndexOf() function
165 const int keyIndex = getKeyIndexOf(keyCount, c, codeToKeyMap); in calculateProximities()
Dproximity_info_state.cpp37 const int keyIndex = mProximityInfo->getKeyIndexOf(primaryCodePoint); in getPrimaryOriginalCodePointAt()
171 const int keyId = mProximityInfo->getKeyIndexOf(codePoint); in getPointToKeyLength()
Dproximity_info_state_utils.cpp449 const int keyId = proximityInfo->getKeyIndexOf(nodeCodePoint); in pushTouchPoint()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_weighting.cpp43 const int keyIndex = traverseSession->getProximityInfo()->getKeyIndexOf( in getErrorType()