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.java133 if (getKeyboard() != null || isShowingEmojiPalettes()) { in saveKeyboardState()
322 boolean hidden = !isShowingEmojiPalettes() in getKeyboardSwitchState()
329 } else if (isShowingEmojiPalettes()) { in getKeyboardSwitchState()
425 public boolean isShowingEmojiPalettes() { in isShowingEmojiPalettes() method in KeyboardSwitcher
430 if (isShowingEmojiPalettes()) { in isShowingMoreKeysPanel()
437 if (isShowingEmojiPalettes()) { in getVisibleKeyboardView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1167 final int suggestionsHeight = (!mKeyboardSwitcher.isShowingEmojiPalettes() in onComputeInsets()