Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java137 if (getKeyboard() != null || isShowingEmojiPalettes()) { in saveKeyboardState()
326 boolean hidden = !isShowingEmojiPalettes() in getKeyboardSwitchState()
333 } else if (isShowingEmojiPalettes()) { in getKeyboardSwitchState()
429 public boolean isShowingEmojiPalettes() { in isShowingEmojiPalettes() method in KeyboardSwitcher
434 if (isShowingEmojiPalettes()) { in isShowingMoreKeysPanel()
441 if (isShowingEmojiPalettes()) { in getVisibleKeyboardView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1232 final int suggestionsHeight = (!mKeyboardSwitcher.isShowingEmojiPalettes() in onComputeInsets()