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 86 mSampledNormalizedSquaredLengthCache.clear();
122 &mSampledNearKeySets, &mSampledNormalizedSquaredLengthCache);
129 &mSampledNormalizedSquaredLengthCache, &mSampledNearKeySets,
168 return min(mSampledNormalizedSquaredLengthCache[index], mMaxPointToKeyLength);
180 &mSampledNormalizedSquaredLengthCache, mProximityInfo->getKeyCount(), inputIndex,
proximity_info_state.h 52 mSampledNormalizedSquaredLengthCache(), mSpeedRates(), mDirections(),
220 std::vector<float> mSampledNormalizedSquaredLengthCache;

Completed in 1254 milliseconds