Home
last modified time | relevance | path

Searched defs:isGesture (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
Dsuggest_options.h29 AK_FORCE_INLINE bool isGesture() const { in isGesture() function
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DEvent.java260 public boolean isGesture() { return EVENT_TYPE_GESTURE == mEventType; } in isGesture() method in Event