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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state.cpp76 mMaxPointToKeyLength = maxPointToKeyLength;
109 mMaxPointToKeyLength, mInputProximities, xCoordinates, yCoordinates, times,
133 mMaxPointToKeyLength, mProximityInfo->getMostCommonKeyWidth(),
168 // wrong to compare with mMaxPointToKeyLength.
174 return std::min(mSampledNormalizedSquaredLengthCache[index], mMaxPointToKeyLength);
185 return ProximityInfoStateUtils::getPointToKeyByIdLength(mMaxPointToKeyLength,
H A Dproximity_info_state.h47 : mProximityInfo(nullptr), mMaxPointToKeyLength(0.0f), mAverageSpeed(0.0f),
197 float mMaxPointToKeyLength; member in class:latinime::ProximityInfoState

Completed in 193 milliseconds