Home
last modified time | relevance | path

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

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