Searched refs:mStartIndexOfMoreSuggestions (Results 1 – 1 of 1) sorted by relevance
84 private int mStartIndexOfMoreSuggestions; field in SuggestionStripView203 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()