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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 54 // KIND_RESUMED: A resumed suggestion (comes from a span, currently this type is used only
56 static const int KIND_RESUMED = 9;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 254 // KIND_RESUMED: A resumed suggestion (comes from a span, currently this type is used only
256 public static final int KIND_RESUMED = 9;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]

Completed in 70 milliseconds