Searched refs:INPUT_STYLE_TYPING (Results 1 – 7 of 7) sorted by relevance
56 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()
182 sessionId, SuggestedWords.INPUT_STYLE_TYPING); in getSuggestionResults()
176 SuggestedWords.INPUT_STYLE_TYPING, in testGetTextWithSuggestionSpan()
39 public static final int INPUT_STYLE_TYPING = 1; field in SuggestedWords
1626 inputStyle = SuggestedWords.INPUT_STYLE_TYPING; in updateStateAfterInputTransaction()
246 handler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_TYPING); in onTextInput()2107 performUpdateSuggestionStripSync(settingsValues, SuggestedWords.INPUT_STYLE_TYPING); in commitCurrentAutoCorrection()
249 final boolean omitTypedWord = (inputStyle == SuggestedWords.INPUT_STYLE_TYPING) in shouldOmitTypedWord()