OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxPointToKeyLength
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp
68
mMaxPointToKeyLength
= maxPointToKeyLength;
102
mMaxPointToKeyLength
, mInputProximities, xCoordinates, yCoordinates, times,
126
mMaxPointToKeyLength
, mProximityInfo->getMostCommonKeyWidth(),
162
// wrong to compare with
mMaxPointToKeyLength
.
168
return min(mSampledNormalizedSquaredLengthCache[index],
mMaxPointToKeyLength
);
179
return ProximityInfoStateUtils::getPointToKeyByIdLength(
mMaxPointToKeyLength
,
proximity_info_state.h
46
: mProximityInfo(0),
mMaxPointToKeyLength
(0.0f), mAverageSpeed(0.0f),
202
float
mMaxPointToKeyLength
;
Completed in 88 milliseconds