Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java241 public static final int NOT_A_CONFIDENCE = -1; field in SuggestedWords.SuggestedWordInfo
323 mAutoCommitFirstWordConfidence = SuggestedWordInfo.NOT_A_CONFIDENCE; in SuggestedWordInfo()
DPunctuationSuggestions.java122 SuggestedWordInfo.NOT_A_CONFIDENCE /* autoCommitFirstWordConfidence */); in newHardCodedWordInfo()
DSuggest.java256 SuggestedWordInfo.NOT_A_CONFIDENCE /* autoCommitFirstWordConfidence */); in getSuggestedWordsForNonBatchInput()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DSuggestedWordsTests.java67 SuggestedWordInfo.NOT_A_CONFIDENCE /* autoCommitFirstWordConfidence */); in createCorrectionWordInfo()
DInputTestsBase.java418 SuggestedWordInfo.NOT_A_CONFIDENCE /* autoCommitFirstWordConfidence */)); in pickSuggestionManually()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java64 SuggestedWordInfo.NOT_A_CONFIDENCE /* autoCommitFirstWordConfidence */); in createWordInfo()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1480 SuggestedWordInfo.NOT_A_CONFIDENCE); in performUpdateSuggestionStripSync()
1568 SuggestedWordInfo.NOT_A_CONFIDENCE /* autoCommitFirstWordConfidence */); in restartSuggestionsOnWordTouchedByCursor()
1583 SuggestedWordInfo.NOT_A_CONFIDENCE in restartSuggestionsOnWordTouchedByCursor()