Home
last modified time | relevance | path

Searched refs:getKeyboardHeight (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.h64 int getKeyboardHeight() const { return KEYBOARD_HEIGHT; } in getKeyboardHeight() function
Dproximity_info_state_utils.cpp831 hypotf(proximityInfo->getKeyboardWidth(), proximityInfo->getKeyboardHeight()) in updateSampledSearchKeySets()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DResourceUtils.java190 public static int getKeyboardHeight(final Resources res, final SettingsValues settingsValues) { in getKeyboardHeight() method in ResourceUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java116 final int keyboardHeight = ResourceUtils.getKeyboardHeight(res, settingsValues); in loadKeyboard()