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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java74 private final View mMoreSuggestionsContainer; field in class:SuggestionStripView
164 mMoreSuggestionsContainer = inflater.inflate(R.layout.more_suggestions, null);
165 mMoreSuggestionsView = (MoreSuggestionsView)mMoreSuggestionsContainer
310 final View container = mMoreSuggestionsContainer;

Completed in 25 milliseconds