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/jni/src/suggest/core/layout/
proximity_info_utils.h
84
static AK_FORCE_INLINE int
getStartIndexFromCoordinates
(const int x, const int y,
158
const int startIndex =
getStartIndexFromCoordinates
(x, y, cellHeight, cellWidth, gridWidth);
proximity_info.cpp
112
const int startIndex = ProximityInfoUtils::
getStartIndexFromCoordinates
(x, y,
Completed in 57 milliseconds