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

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.h 55 bool hasSpaceProximity(const int x, const int y) const;
proximity_info.cpp 109 bool ProximityInfo::hasSpaceProximity(const int x, const int y) const {
112 AKLOGI("HasSpaceProximity: Illegal coordinates (%d, %d)", x, y);
120 AKLOGI("hasSpaceProximity: index %d, %d, %d", startIndex, x, y);

Completed in 65 milliseconds