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 77 SuggestedWords.INPUT_STYLE_NONE);
139 SuggestedWords.INPUT_STYLE_NONE);
157 SuggestedWords.INPUT_STYLE_NONE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PunctuationSuggestions.java 38 INPUT_STYLE_NONE /* inputStyle */);
SuggestedWords.java 35 public static final int INPUT_STYLE_NONE = 0;
50 false /* willAutoCorrect */, false /* isObsoleteSuggestions */, INPUT_STYLE_NONE);
LatinIME.java 145 mHandler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_NONE);
    [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 347 // That's going to be predictions (or punctuation suggestions), so INPUT_STYLE_NONE.
348 handler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_NONE);
    [all...]

Completed in 3055 milliseconds