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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h 135 ProximityType getProximityTypeG(const DicNode *const node, const int childCodePoint) const {
136 ProximityType proximityType = UNRELATED_CHAR;
142 proximityType = mProximityInfoStates[i].getProximityTypeG(pointerId, childCodePoint);
143 ASSERT(proximityType == UNRELATED_CHAR || proximityType == MATCH_CHAR);
147 if (proximityType != UNRELATED_CHAR) {
148 return proximityType;
151 return proximityType;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 124 AK_FORCE_INLINE ProximityType getProximityType(
162 const ProximityType proximityType =
164 if (!ProximityInfoUtils::isMatchOrProximityChar(proximityType)) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 404 const ProximityType proximityType = TRAVERSAL->getProximityType(
406 switch (proximityType) {
407 // TODO: Consider the difference of proximityType here
579 const ProximityType matchedId1 = traverseSession->getProximityInfoState(0)
592 const ProximityType matchedId2 = traverseSession->getProximityInfoState(0)

Completed in 45 milliseconds