HomeSort by relevance Sort by last modified time
    Searched refs:INPUT_STYLE_NONE (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestedWordsTests.java 139 SuggestedWords.INPUT_STYLE_NONE,
153 SuggestedWords.INPUT_STYLE_NONE,
166 SuggestedWords.INPUT_STYLE_NONE,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PunctuationSuggestions.java 42 INPUT_STYLE_NONE /* inputStyle */,
SuggestedWords.java 38 public static final int INPUT_STYLE_NONE = 0;
55 false /* isObsoleteSuggestions */, INPUT_STYLE_NONE, NOT_A_SEQUENCE_NUMBER);
LatinIME.java     [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelperTests.java 47 SuggestedWords.INPUT_STYLE_NONE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 332 // That's going to be predictions (or punctuation suggestions), so INPUT_STYLE_NONE.
333 handler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_NONE);
    [all...]

Completed in 434 milliseconds