Home
last modified time | relevance | path

Searched refs:getStartIndexFromCoordinates (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_utils.h84 static AK_FORCE_INLINE int getStartIndexFromCoordinates(const int x, const int y, in getStartIndexFromCoordinates() function
158 const int startIndex = getStartIndexFromCoordinates(x, y, cellHeight, cellWidth, gridWidth); in calculateProximities()
Dproximity_info.cpp112 const int startIndex = ProximityInfoUtils::getStartIndexFromCoordinates(x, y, in hasSpaceProximity()