Home
last modified time | relevance | path

Searched refs:INPUT_STYLE_TAIL_BATCH (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java107 SuggestedWords.INPUT_STYLE_TAIL_BATCH, in testShouldOmitTypedWordWhenGestured()
111 SuggestedWords.INPUT_STYLE_TAIL_BATCH, in testShouldOmitTypedWordWhenGestured()
115 SuggestedWords.INPUT_STYLE_TAIL_BATCH, in testShouldOmitTypedWordWhenGestured()
119 SuggestedWords.INPUT_STYLE_TAIL_BATCH, in testShouldOmitTypedWordWhenGestured()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogicHandler.java142 getSuggestedWords(isTailBatchInput ? SuggestedWords.INPUT_STYLE_TAIL_BATCH in updateBatchInput()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java41 public static final int INPUT_STYLE_TAIL_BATCH = 3; field in SuggestedWords
DLatinIME.java1662 inputStyle = SuggestedWords.INPUT_STYLE_TAIL_BATCH; in updateStateAfterInputTransaction()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java250 || (inputStyle == SuggestedWords.INPUT_STYLE_TAIL_BATCH) in shouldOmitTypedWord()