Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java209 && indexInSuggestedWords == SuggestedWords.INDEX_OF_AUTO_CORRECTION; in getStyledSuggestedWord()
267 if (indexInSuggestedWords == SuggestedWords.INDEX_OF_AUTO_CORRECTION) { in getPositionInSuggestionStrip()
282 indexToDisplayMostImportantSuggestion = SuggestedWords.INDEX_OF_AUTO_CORRECTION; in getPositionInSuggestionStrip()
286 indexToDisplaySecondMostImportantSuggestion = SuggestedWords.INDEX_OF_AUTO_CORRECTION; in getPositionInSuggestionStrip()
312 if (indexInSuggestedWords == SuggestedWords.INDEX_OF_AUTO_CORRECTION in getSuggestionTextColor()
325 if (indexInSuggestedWords == SuggestedWords.INDEX_OF_AUTO_CORRECTION in getSuggestionTextColor()
328 suggestedWords.getLabel(SuggestedWords.INDEX_OF_AUTO_CORRECTION), in getSuggestionTextColor()
DMoreSuggestions.java176 return suggestedWords.mWillAutoCorrect && index == SuggestedWords.INDEX_OF_AUTO_CORRECTION; in isIndexSubjectToAutoCorrection()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java128 SuggestedWords.INDEX_OF_AUTO_CORRECTION /* indexInSuggestedWords */, in testGetPositionInSuggestionStrip()
150 SuggestedWords.INDEX_OF_AUTO_CORRECTION /* indexInSuggestedWords */, in testGetPositionInSuggestionStrip()
172 SuggestedWords.INDEX_OF_AUTO_CORRECTION /* indexInSuggestedWords */, in testGetPositionInSuggestionStrip()
201 SuggestedWords.INDEX_OF_AUTO_CORRECTION /* indexInSuggestedWords */, in testGetPositionInSuggestionStrip()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityUtils.java159 mAutoCorrectionWord = suggestedWords.getWord(SuggestedWords.INDEX_OF_AUTO_CORRECTION); in setAutoCorrection()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java32 public static final int INDEX_OF_AUTO_CORRECTION = 1; field in SuggestedWords
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java606 autoCorrection = suggestedWords.getWord(SuggestedWords.INDEX_OF_AUTO_CORRECTION); in setSuggestedWords()