Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripLayoutHelper.java200 final int indexInSuggestedWords) { in getStyledSuggestedWord() argument
201 if (indexInSuggestedWords >= suggestedWords.size()) { in getStyledSuggestedWord()
204 final String word = suggestedWords.getLabel(indexInSuggestedWords); in getStyledSuggestedWord()
257 static int getPositionInSuggestionStrip(final int indexInSuggestedWords, in getPositionInSuggestionStrip() argument
272 final int n = indexInSuggestedWords; in getPositionInSuggestionStrip()
297 final int n = indexInSuggestedWords + 1; in getPositionInSuggestionStrip()
304 final int indexInSuggestedWords) { in getSuggestionTextColor() argument
498 int indexInSuggestedWords; in setupWordViewsAndReturnStartIndexOfMoreSuggestions() local
499 for (indexInSuggestedWords = 0; indexInSuggestedWords < suggestedWords.size() in setupWordViewsAndReturnStartIndexOfMoreSuggestions()
509 wordView.setTag(indexInSuggestedWords); in setupWordViewsAndReturnStartIndexOfMoreSuggestions()
[all …]