Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java142 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()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java208 && 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()
DMoreSuggestions.java176 return suggestedWords.mWillAutoCorrect && index == SuggestedWords.INDEX_OF_AUTO_CORRECTION; in isIndexSubjectToAutoCorrection()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityUtils.java158 mAutoCorrectionWord = suggestedWords.getWord(SuggestedWords.INDEX_OF_AUTO_CORRECTION); in setAutoCorrection()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java35 public static final int INDEX_OF_AUTO_CORRECTION = 1; field in SuggestedWords
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java582 suggestedWordInfo = suggestedWords.getInfo(SuggestedWords.INDEX_OF_AUTO_CORRECTION); in setSuggestedWords()