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

  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
NativeSuggestOptions.java 21 private static final int IS_GESTURE = 0;
35 setBooleanOption(IS_GESTURE, value);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest_options.h 30 return getBoolOption(IS_GESTURE);
60 static const int IS_GESTURE = 0;

Completed in 883 milliseconds