Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DResourceUtils.java201 final String keyboardHeightInDp = getDeviceOverrideValue( in getDefaultKeyboardHeight() local
204 if (TextUtils.isEmpty(keyboardHeightInDp)) { in getDefaultKeyboardHeight()
207 keyboardHeight = Float.parseFloat(keyboardHeightInDp) * dm.density; in getDefaultKeyboardHeight()