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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h 39 bool hasSpaceProximity(const int x, const int y) const;
proximity_info_state.cpp 292 bool ProximityInfoState::hasSpaceProximity(const int index) const {
294 return mProximityInfo->hasSpaceProximity(getInputX(index), getInputY(index));
proximity_info_state.h 136 bool hasSpaceProximity(const int index) const;
proximity_info.cpp 102 bool ProximityInfo::hasSpaceProximity(const int x, const int y) const {
105 AKLOGI("HasSpaceProximity: Illegal coordinates (%d, %d)", x, y);
115 AKLOGI("hasSpaceProximity: index %d, %d, %d", startIndex, x, y);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 94 hasSpaceProximity(point0Index);

Completed in 288 milliseconds