Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java846 if (hasSuggestionStripView()) { in setInputView()
1239 if (visibleKeyboardView == null || !hasSuggestionStripView()) { in onComputeInsets()
1563 public boolean hasSuggestionStripView() { in hasSuggestionStripView() method in LatinIME
1571 if (!hasSuggestionStripView()) { in setSuggestedWords()