Home
last modified time | relevance | path

Searched refs:getPointToKeyByIdLength (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state.cpp183 float ProximityInfoState::getPointToKeyByIdLength( in getPointToKeyByIdLength() function in latinime::ProximityInfoState
185 return ProximityInfoStateUtils::getPointToKeyByIdLength(mMaxPointToKeyLength, in getPointToKeyByIdLength()
Dproximity_info_state.h147 float getPointToKeyByIdLength(const int inputIndex, const int keyId) const;
Dproximity_info_state_utils.h82 static float getPointToKeyByIdLength(const float maxPointToKeyLength,
Dproximity_info_state_utils.cpp599 /* static */ float ProximityInfoStateUtils::getPointToKeyByIdLength(const float maxPointToKeyLength, in getPointToKeyByIdLength() function in latinime::ProximityInfoStateUtils
635 const float distance = getPointToKeyByIdLength( in updateAlignPointProbabilities()