Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.cpp67 KEYBOARD_WIDTH(keyboardWidth), KEYBOARD_HEIGHT(keyboardHeight), in ProximityInfo()
68 KEYBOARD_HYPOTENUSE(hypotf(KEYBOARD_WIDTH, KEYBOARD_HEIGHT)), in ProximityInfo()
236 centerY + mKeyHeights[keyId] > KEYBOARD_HEIGHT && centerY < referencePointY) { in getKeyCenterYOfKeyIdG()
Dproximity_info.h64 int getKeyboardHeight() const { return KEYBOARD_HEIGHT; } in getKeyboardHeight()
104 const int KEYBOARD_HEIGHT; variable