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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java77 private final MoreSuggestionsView mMoreSuggestionsView; field in class:SuggestionStripView
179 mMoreSuggestionsView = (MoreSuggestionsView)mMoreSuggestionsContainer
181 mMoreSuggestionsBuilder = new MoreSuggestions.Builder(context, mMoreSuggestionsView);
320 return mMoreSuggestionsView.isShowingInParent();
324 mMoreSuggestionsView.dismissMoreKeysPanel();
356 mMoreSuggestionsView.setKeyboard(builder.build());
359 final MoreKeysPanel moreKeysPanel = mMoreSuggestionsView;
396 if (!mMoreSuggestionsView.isShowingInParent()) {
419 mMoreSuggestionsView.adjustVerticalCorrectionForModalMode();
435 final int x = mMoreSuggestionsView
[all...]

Completed in 32 milliseconds