Home
last modified time | relevance | path

Searched refs:getPointToKeyLength (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_weighting.h79 ->getPointToKeyLength(pointIndex, in getMatchedCost()
118 const float distance1 = traverseSession->getProximityInfoState(0)->getPointToKeyLength( in getTranspositionCost()
121 const float distance2 = traverseSession->getProximityInfoState(0)->getPointToKeyLength( in getTranspositionCost()
138 const float dist = traverseSession->getProximityInfoState(0)->getPointToKeyLength( in getInsertionCost()
208 ->getPointToKeyLength(inputIndex, KEYCODE_SPACE); in getSpaceSubstitutionCost()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state.h149 float getPointToKeyLength(const int inputIndex, const int codePoint) const;
Dproximity_info_state.cpp169 float ProximityInfoState::getPointToKeyLength( in getPointToKeyLength() function in latinime::ProximityInfoState