Home
last modified time | relevance | path

Searched refs:INPUT_STYLE_NONE (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DSuggestedWordsTests.java139 SuggestedWords.INPUT_STYLE_NONE, in testGetTypedWordInfoOrNull()
153 SuggestedWords.INPUT_STYLE_NONE, in testGetTypedWordInfoOrNull()
166 SuggestedWords.INPUT_STYLE_NONE, in testGetTypedWordInfoOrNull()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java38 public static final int INPUT_STYLE_NONE = 0; field in SuggestedWords
55 false /* isObsoleteSuggestions */, INPUT_STYLE_NONE, NOT_A_SEQUENCE_NUMBER);
DPunctuationSuggestions.java42 INPUT_STYLE_NONE /* inputStyle */, in PunctuationSuggestions()
DLatinIME.java1622 inputStyle = SuggestedWords.INPUT_STYLE_NONE; in updateStateAfterInputTransaction()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java47 SuggestedWords.INPUT_STYLE_NONE); in testShouldShowTypedWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java333 handler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_NONE); in onPickSuggestionManually()