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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp 76 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,
proximity_info_state.h 47 : mProximityInfo(nullptr), mMaxPointToKeyLength(0.0f), mAverageSpeed(0.0f),
197 float mMaxPointToKeyLength;

Completed in 31 milliseconds