Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java56 SuggestedWords.INPUT_STYLE_TYPING, in testshouldOmitTypedWordWhileTyping()
60 SuggestedWords.INPUT_STYLE_TYPING, in testshouldOmitTypedWordWhileTyping()
64 SuggestedWords.INPUT_STYLE_TYPING, in testshouldOmitTypedWordWhileTyping()
68 SuggestedWords.INPUT_STYLE_TYPING, in testshouldOmitTypedWordWhileTyping()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java182 sessionId, SuggestedWords.INPUT_STYLE_TYPING); in getSuggestionResults()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java176 SuggestedWords.INPUT_STYLE_TYPING, in testGetTextWithSuggestionSpan()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java39 public static final int INPUT_STYLE_TYPING = 1; field in SuggestedWords
DLatinIME.java1626 inputStyle = SuggestedWords.INPUT_STYLE_TYPING; in updateStateAfterInputTransaction()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java246 handler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_TYPING); in onTextInput()
2107 performUpdateSuggestionStripSync(settingsValues, SuggestedWords.INPUT_STYLE_TYPING); in commitCurrentAutoCorrection()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java249 final boolean omitTypedWord = (inputStyle == SuggestedWords.INPUT_STYLE_TYPING) in shouldOmitTypedWord()