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()208 && indexInSuggestedWords == SuggestedWords.INDEX_OF_AUTO_CORRECTION; in getStyledSuggestedWord()210 && indexInSuggestedWords == SuggestedWords.INDEX_OF_TYPED_WORD; in getStyledSuggestedWord()234 private int getPositionInSuggestionStrip(final int indexInSuggestedWords, in getPositionInSuggestionStrip() argument240 return getPositionInSuggestionStrip(indexInSuggestedWords, suggestedWords.mWillAutoCorrect, in getPositionInSuggestionStrip()257 static int getPositionInSuggestionStrip(final int indexInSuggestedWords, in getPositionInSuggestionStrip() argument261 if (indexInSuggestedWords == SuggestedWords.INDEX_OF_TYPED_WORD) { in getPositionInSuggestionStrip()265 if (indexInSuggestedWords == SuggestedWords.INDEX_OF_AUTO_CORRECTION) { in getPositionInSuggestionStrip()[all …]