Searched refs:ProximityInfoUtils (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info.h75 ProximityInfoUtils::initializeProximities(inputCodes, inputXCoordinates, inputYCoordinates,
82 return ProximityInfoUtils::getKeyIndexOf(KEY_COUNT, c, &mLowerCodePointToKeyMap);
H A Dproximity_info.cpp119 const int startIndex = ProximityInfoUtils::getStartIndexFromCoordinates(x, y,
142 return ProximityInfoUtils::getSquaredDistanceFloat(centerX, centerY, touchX, touchY)
H A Dproximity_info_utils.h29 class ProximityInfoUtils { class in namespace:latinime
129 DISALLOW_IMPLICIT_CONSTRUCTORS(ProximityInfoUtils);
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_traversal.h158 if (!ProximityInfoUtils::isMatchOrProximityChar(proximityType)) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp371 if (!ProximityInfoUtils::isMatchOrProximityChar(matchedId1)) {
384 if (!ProximityInfoUtils::isMatchOrProximityChar(matchedId2)) {

Completed in 93 milliseconds