Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DResourceUtils.java191 final int defaultKeyboardHeight = getDefaultKeyboardHeight(res); in getKeyboardHeight()
199 public static int getDefaultKeyboardHeight(final Resources res) { in getDefaultKeyboardHeight() method in ResourceUtils
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiLayoutParams.java41 final int defaultKeyboardHeight = ResourceUtils.getDefaultKeyboardHeight(res); in EmojiLayoutParams()
H A DEmojiPalettesView.java142 final int height = ResourceUtils.getDefaultKeyboardHeight(res) in onMeasure()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetTestsBase.java159 final int keyboardHeight = ResourceUtils.getDefaultKeyboardHeight(res); in createKeyboardLayoutSet()