Searched refs:mMaxPointToKeyLength (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state.cpp | 76 mMaxPointToKeyLength = maxPointToKeyLength; in initInputParams() 109 mMaxPointToKeyLength, mInputProximities, xCoordinates, yCoordinates, times, in initInputParams() 133 mMaxPointToKeyLength, mProximityInfo->getMostCommonKeyWidth(), in initInputParams() 174 return std::min(mSampledNormalizedSquaredLengthCache[index], mMaxPointToKeyLength); in getPointToKeyLength() 185 return ProximityInfoStateUtils::getPointToKeyByIdLength(mMaxPointToKeyLength, in getPointToKeyByIdLength()
|
D | proximity_info_state.h | 47 : mProximityInfo(nullptr), mMaxPointToKeyLength(0.0f), mAverageSpeed(0.0f), in ProximityInfoState() 197 float mMaxPointToKeyLength; variable
|