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.java1167 final int suggestionsHeight = (!mKeyboardSwitcher.isShowingEmojiPalettes() in onComputeInsets() local
1170 final int visibleTopY = inputHeight - visibleKeyboardView.getHeight() - suggestionsHeight; in onComputeInsets()