HomeSort by relevance Sort by last modified time
    Searched refs:mSampledNormalizedSquaredLengthCache (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp 94 mSampledNormalizedSquaredLengthCache.clear();
129 &mSampledNormalizedSquaredLengthCache);
136 &mSampledNormalizedSquaredLengthCache, mProximityInfo, &mCharProbabilities);
174 return std::min(mSampledNormalizedSquaredLengthCache[index], mMaxPointToKeyLength);
186 &mSampledNormalizedSquaredLengthCache, mProximityInfo->getKeyCount(), inputIndex,
proximity_info_state.h 53 mSampledNormalizedSquaredLengthCache(), mSpeedRates(), mDirections(),
215 std::vector<float> mSampledNormalizedSquaredLengthCache;

Completed in 46 milliseconds