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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h 109 ProximityType getProximityTypeG(const DicNode *const dicNode, const int childCodePoint) const {
110 ProximityType proximityType = UNRELATED_CHAR;
116 proximityType = mProximityInfoStates[i].getProximityTypeG(pointerId, childCodePoint);
117 ASSERT(proximityType == UNRELATED_CHAR || proximityType == MATCH_CHAR);
121 if (proximityType != UNRELATED_CHAR) {
122 return proximityType;
125 return proximityType;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 139 AK_FORCE_INLINE ProximityType getProximityType(
176 const ProximityType proximityType =
178 if (!ProximityInfoUtils::isMatchOrProximityChar(proximityType)) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 193 const ProximityType proximityType = TRAVERSAL->getProximityType(
195 switch (proximityType) {
196 // TODO: Consider the difference of proximityType here
368 const ProximityType matchedId1 = traverseSession->getProximityInfoState(0)
381 const ProximityType matchedId2 = traverseSession->getProximityInfoState(0)
  /device/huawei/angler/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
location_service_v02.c     [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
location_service_v02.c     [all...]
  /device/google/marlin/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
location_service_v02.c     [all...]

Completed in 176 milliseconds