Home
last modified time | relevance | path

Searched refs:INPUT_STYLE_UPDATE_BATCH (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java87 SuggestedWords.INPUT_STYLE_UPDATE_BATCH, in testShouldOmitTypedWordWhileGesturing()
91 SuggestedWords.INPUT_STYLE_UPDATE_BATCH, in testShouldOmitTypedWordWhileGesturing()
95 SuggestedWords.INPUT_STYLE_UPDATE_BATCH, in testShouldOmitTypedWordWhileGesturing()
99 SuggestedWords.INPUT_STYLE_UPDATE_BATCH, in testShouldOmitTypedWordWhileGesturing()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogicHandler.java143 : SuggestedWords.INPUT_STYLE_UPDATE_BATCH, sequenceNumber, callback); in updateBatchInput()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java40 public static final int INPUT_STYLE_UPDATE_BATCH = 2; field in SuggestedWords
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java251 || (inputStyle == SuggestedWords.INPUT_STYLE_UPDATE_BATCH in shouldOmitTypedWord()