OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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