Searched refs:maxPointToKeyLength (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state_utils.h | 39 const int maxPointToKeyLength, const int *const inputProximities, 67 static void updateAlignPointProbabilities(const float maxPointToKeyLength, 82 static float getPointToKeyByIdLength(const float maxPointToKeyLength, 115 const float maxPointToKeyLength, const int x, const int y, 128 const int maxPointToKeyLength, const int inputIndex, const int nodeCodePoint, int x,
|
D | proximity_info_state_utils.cpp | 46 const ProximityInfo *const proximityInfo, const int maxPointToKeyLength, in updateTouchPoints() argument 118 if (pushTouchPoint(proximityInfo, maxPointToKeyLength, i, c, x, y, time, in updateTouchPoints() 315 const ProximityInfo *const proximityInfo, const float maxPointToKeyLength, const int x, in updateNearKeysDistances() argument 319 float nearestKeyDistance = maxPointToKeyLength; in updateNearKeysDistances() 402 const int maxPointToKeyLength, const int inputIndex, const int nodeCodePoint, int x, int y, in pushTouchPoint() argument 416 const float nearest = updateNearKeysDistances(proximityInfo, maxPointToKeyLength, x, y, in pushTouchPoint() 603 /* static */ float ProximityInfoStateUtils::getPointToKeyByIdLength(const float maxPointToKeyLength, in getPointToKeyByIdLength() argument 608 return std::min((*sampledNormalizedSquaredLengthCache)[index], maxPointToKeyLength); in getPointToKeyByIdLength() 617 const float maxPointToKeyLength, const int mostCommonKeyWidth, const int keyCount, in updateAlignPointProbabilities() argument 640 maxPointToKeyLength, sampledNormalizedSquaredLengthCache, keyCount, i, j); in updateAlignPointProbabilities()
|
D | proximity_info_state.cpp | 42 void ProximityInfoState::initInputParams(const int pointerId, const float maxPointToKeyLength, in initInputParams() argument 76 mMaxPointToKeyLength = maxPointToKeyLength; in initInputParams()
|
D | proximity_info_state.h | 37 void initInputParams(const int pointerId, const float maxPointToKeyLength,
|