Searched refs:indexInSuggestedWords (Results 1 – 1 of 1) sorted by relevance
200 final int indexInSuggestedWords) { in getStyledSuggestedWord() argument201 if (indexInSuggestedWords >= suggestedWords.size()) { in getStyledSuggestedWord()204 final String word = suggestedWords.getLabel(indexInSuggestedWords); in getStyledSuggestedWord()257 static int getPositionInSuggestionStrip(final int indexInSuggestedWords, in getPositionInSuggestionStrip() argument272 final int n = indexInSuggestedWords; in getPositionInSuggestionStrip()297 final int n = indexInSuggestedWords + 1; in getPositionInSuggestionStrip()304 final int indexInSuggestedWords) { in getSuggestionTextColor() argument498 int indexInSuggestedWords; in setupWordViewsAndReturnStartIndexOfMoreSuggestions() local499 for (indexInSuggestedWords = 0; indexInSuggestedWords < suggestedWords.size() in setupWordViewsAndReturnStartIndexOfMoreSuggestions()509 wordView.setTag(indexInSuggestedWords); in setupWordViewsAndReturnStartIndexOfMoreSuggestions()[all …]