Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1232 final int suggestionsHeight = (!mKeyboardSwitcher.isShowingEmojiPalettes() in onComputeInsets() local
1235 final int visibleTopY = inputHeight - visibleKeyboardView.getHeight() - suggestionsHeight; in onComputeInsets()