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

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

Completed in 11 milliseconds