Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java75 private final MoreSuggestionsView mMoreSuggestionsView; field in SuggestionStripView
165 mMoreSuggestionsView = (MoreSuggestionsView)mMoreSuggestionsContainer in SuggestionStripView()
167 mMoreSuggestionsBuilder = new MoreSuggestions.Builder(context, mMoreSuggestionsView); in SuggestionStripView()
286 return mMoreSuggestionsView.isShowingInParent(); in isShowingMoreSuggestionPanel()
290 mMoreSuggestionsView.dismissMoreKeysPanel(); in dismissMoreSuggestionsPanel()
316 mMoreSuggestionsView.setKeyboard(builder.build()); in showMoreSuggestions()
319 final MoreKeysPanel moreKeysPanel = mMoreSuggestionsView; in showMoreSuggestions()
360 if (!mMoreSuggestionsView.isShowingInParent()) { in onInterceptTouchEvent()
365 if (mMoreSuggestionsView.isInModalMode()) { in onInterceptTouchEvent()
386 mMoreSuggestionsView.setModalMode(); in onInterceptTouchEvent()
[all …]