Searched refs:INPUT_STYLE_TYPING (Results 1 – 7 of 7) sorted by relevance
67 SuggestedWords.INPUT_STYLE_TYPING, in testShouldOmitTypedWordWhileTyping()71 SuggestedWords.INPUT_STYLE_TYPING, in testShouldOmitTypedWordWhileTyping()75 SuggestedWords.INPUT_STYLE_TYPING, in testShouldOmitTypedWordWhileTyping()79 SuggestedWords.INPUT_STYLE_TYPING, in testShouldOmitTypedWordWhileTyping()
182 sessionId, SuggestedWords.INPUT_STYLE_TYPING); in getSuggestionResults()
39 public static final int INPUT_STYLE_TYPING = 1; field in SuggestedWords
1690 inputStyle = SuggestedWords.INPUT_STYLE_TYPING; in updateStateAfterInputTransaction()
193 SuggestedWords.INPUT_STYLE_TYPING, in testGetTextWithSuggestionSpan()
249 final boolean omitTypedWord = (inputStyle == SuggestedWords.INPUT_STYLE_TYPING) in shouldOmitTypedWord()
246 handler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_TYPING); in onTextInput()2107 performUpdateSuggestionStripSync(settingsValues, SuggestedWords.INPUT_STYLE_TYPING); in commitCurrentAutoCorrection()