Home
last modified time | relevance | path

Searched refs:mSampledNormalizedSquaredLengthCache (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state.cpp94 mSampledNormalizedSquaredLengthCache.clear(); in initInputParams()
129 &mSampledNormalizedSquaredLengthCache); in initInputParams()
136 &mSampledNormalizedSquaredLengthCache, mProximityInfo, &mCharProbabilities); in initInputParams()
174 return std::min(mSampledNormalizedSquaredLengthCache[index], mMaxPointToKeyLength); in getPointToKeyLength()
186 &mSampledNormalizedSquaredLengthCache, mProximityInfo->getKeyCount(), inputIndex, in getPointToKeyByIdLength()
Dproximity_info_state.h53 mSampledNormalizedSquaredLengthCache(), mSpeedRates(), mDirections(), in ProximityInfoState()
215 std::vector<float> mSampledNormalizedSquaredLengthCache; variable