Searched defs:hasSuggestionStripView (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java735 if (hasSuggestionStripView()) {
1136 if (visibleKeyboardView == null || !hasSuggestionStripView()) {
1445 public boolean hasSuggestionStripView() { method in class:LatinIME
1451 return hasSuggestionStripView() && mSuggestionStripView.isShowingAddToDictionaryHint();
1456 if (!hasSuggestionStripView()) {
1466 if (!hasSuggestionStripView()) {
1555 if (!hasSuggestionStripView()) {

Completed in 68 milliseconds