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

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

Completed in 31 milliseconds