Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java228 if (isShowingMoreSuggestionPanel()) { in maybeShowImportantNoticeTitle()
285 public boolean isShowingMoreSuggestionPanel() { in isShowingMoreSuggestionPanel() method in SuggestionStripView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputView.java242 return mReceiverView.isShowingMoreSuggestionPanel() && mEventSendingRect.contains(x, y); in needsToForward()