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

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.h 83 int getStartIndexFromCoordinates(const int x, const int y) const;
proximity_info.cpp 104 inline int ProximityInfo::getStartIndexFromCoordinates(const int x, const int y) const {
118 const int startIndex = getStartIndexFromCoordinates(x, y);
159 const int startIndex = getStartIndexFromCoordinates(x, y);

Completed in 131 milliseconds