Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java84 private int mStartIndexOfMoreSuggestions; field in SuggestionStripView
203 mStartIndexOfMoreSuggestions = mLayoutHelper.layoutAndReturnStartIndexOfMoreSuggestions( in setSuggestions()
306 if (mSuggestedWords.size() <= mStartIndexOfMoreSuggestions) { in showMoreSuggestions()
313 builder.layout(mSuggestedWords, mStartIndexOfMoreSuggestions, maxWidth, in showMoreSuggestions()
326 for (int i = 0; i < mStartIndexOfMoreSuggestions; i++) { in showMoreSuggestions()