Searched refs:getPointScore (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state_utils.h | 121 static float getPointScore(const int mostCommonKeyWidth, const int x, const int y,
|
D | proximity_info_state_utils.cpp | 354 /* static */ float ProximityInfoStateUtils::getPointScore(const int mostCommonKeyWidth, in getPointScore() function in latinime::ProximityInfoStateUtils 418 const float score = getPointScore(mostCommonKeyWidth, x, y, time, isLastPoint, nearest, in pushTouchPoint()
|