Searched defs:edgeY (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_utils.h230 const int edgeY = y < top ? top : (y > bottom ? bottom : y); local
232 const int dy = y - edgeY;

Completed in 28 milliseconds