Home
last modified time | relevance | path

Searched defs:getKeyboardHeight (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info.h64 int getKeyboardHeight() const { return KEYBOARD_HEIGHT; } in getKeyboardHeight() function
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DResourceUtils.java190 public static int getKeyboardHeight(final Resources res, final SettingsValues settingsValues) { in getKeyboardHeight() method in ResourceUtils