Searched refs:INDEX_OF_AUTO_CORRECTION (Results 1 – 6 of 6) sorted by relevance
142 SuggestedWords.INDEX_OF_AUTO_CORRECTION /* indexInSuggestedWords */, in testGetPositionInSuggestionStrip()164 SuggestedWords.INDEX_OF_AUTO_CORRECTION /* indexInSuggestedWords */, in testGetPositionInSuggestionStrip()186 SuggestedWords.INDEX_OF_AUTO_CORRECTION /* indexInSuggestedWords */, in testGetPositionInSuggestionStrip()215 SuggestedWords.INDEX_OF_AUTO_CORRECTION /* indexInSuggestedWords */, in testGetPositionInSuggestionStrip()
208 && indexInSuggestedWords == SuggestedWords.INDEX_OF_AUTO_CORRECTION; in getStyledSuggestedWord()265 if (indexInSuggestedWords == SuggestedWords.INDEX_OF_AUTO_CORRECTION) { in getPositionInSuggestionStrip()280 indexToDisplayMostImportantSuggestion = SuggestedWords.INDEX_OF_AUTO_CORRECTION; in getPositionInSuggestionStrip()284 indexToDisplaySecondMostImportantSuggestion = SuggestedWords.INDEX_OF_AUTO_CORRECTION; in getPositionInSuggestionStrip()310 if (indexInSuggestedWords == SuggestedWords.INDEX_OF_AUTO_CORRECTION in getSuggestionTextColor()
176 return suggestedWords.mWillAutoCorrect && index == SuggestedWords.INDEX_OF_AUTO_CORRECTION; in isIndexSubjectToAutoCorrection()
158 mAutoCorrectionWord = suggestedWords.getWord(SuggestedWords.INDEX_OF_AUTO_CORRECTION); in setAutoCorrection()
35 public static final int INDEX_OF_AUTO_CORRECTION = 1; field in SuggestedWords
582 suggestedWordInfo = suggestedWords.getInfo(SuggestedWords.INDEX_OF_AUTO_CORRECTION); in setSuggestedWords()