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

/packages/inputmethods/LatinIME/native/jni/src/
H A Dproximity_info_state.h54 : mProximityInfo(0), mMaxPointToKeyLength(0),
271 float mMaxPointToKeyLength; member in class:latinime::ProximityInfoState
H A Dproximity_info_state.cpp90 mMaxPointToKeyLength = maxPointToKeyLength;
301 float nearestKeyDistance = mMaxPointToKeyLength;
435 float minDist = mMaxPointToKeyLength;
511 return min(mDistanceCache[index] * scale, mMaxPointToKeyLength);

Completed in 235 milliseconds