Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.cpp222 const int keyId, const int referencePointY, const bool isGeometric) const { in getKeyCenterYOfKeyIdG() argument
235 if (referencePointY != NOT_A_COORDINATE && in getKeyCenterYOfKeyIdG()
236 centerY + mKeyHeights[keyId] > KEYBOARD_HEIGHT && centerY < referencePointY) { in getKeyCenterYOfKeyIdG()
240 return referencePointY; in getKeyCenterYOfKeyIdG()
Dproximity_info.h70 const int keyId, const int referencePointY, const bool isGeometric) const;