HomeSort by relevance Sort by last modified time
    Searched refs:KEYBOARD_HEIGHT (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h 64 int getKeyboardHeight() const { return KEYBOARD_HEIGHT; }
104 const int KEYBOARD_HEIGHT;
proximity_info.cpp 67 KEYBOARD_WIDTH(keyboardWidth), KEYBOARD_HEIGHT(keyboardHeight),
68 KEYBOARD_HYPOTENUSE(hypotf(KEYBOARD_WIDTH, KEYBOARD_HEIGHT)),
236 centerY + mKeyHeights[keyId] > KEYBOARD_HEIGHT && centerY < referencePointY) {

Completed in 46 milliseconds