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

  /packages/inputmethods/LatinIME/native/src/
proximity_info.h 77 int getStartIndexFromCoordinates(const int x, const int y) const;
proximity_info.cpp 97 inline int ProximityInfo::getStartIndexFromCoordinates(const int x, const int y) const {
103 const int startIndex = getStartIndexFromCoordinates(x, y);

Completed in 24 milliseconds