HomeSort by relevance Sort by last modified time
    Searched refs:ProximityInfoUtils (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h 76 ProximityInfoUtils::initializeProximities(inputCodes, inputXCoordinates, inputYCoordinates,
83 return ProximityInfoUtils::getKeyIndexOf(KEY_COUNT, c, &mLowerCodePointToKeyMap);
proximity_info.cpp 112 const int startIndex = ProximityInfoUtils::getStartIndexFromCoordinates(x, y,
135 return ProximityInfoUtils::getSquaredDistanceFloat(centerX, centerY, touchX, touchY)
proximity_info_utils.h 30 class ProximityInfoUtils {
130 DISALLOW_IMPLICIT_CONSTRUCTORS(ProximityInfoUtils);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 178 if (!ProximityInfoUtils::isMatchOrProximityChar(proximityType)) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 371 if (!ProximityInfoUtils::isMatchOrProximityChar(matchedId1)) {
384 if (!ProximityInfoUtils::isMatchOrProximityChar(matchedId2)) {

Completed in 60 milliseconds