Home
last modified time | relevance | path

Searched refs:getPointScore (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state_utils.h121 static float getPointScore(const int mostCommonKeyWidth, const int x, const int y,
Dproximity_info_state_utils.cpp354 /* 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()