HomeSort by relevance Sort by last modified time
    Searched defs:KIND_RESUMED (Results 1 - 2 of 2) 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;

Completed in 128 milliseconds