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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info.cpp219 // When the referencePointY is NOT_A_COORDINATE, this method calculates the return value without
222 const int keyId, const int referencePointY, const bool isGeometric) const {
235 if (referencePointY != NOT_A_COORDINATE &&
236 centerY + mKeyHeights[keyId] > KEYBOARD_HEIGHT && centerY < referencePointY) {
240 return referencePointY;
221 getKeyCenterYOfKeyIdG( const int keyId, const int referencePointY, const bool isGeometric) const argument

Completed in 30 milliseconds