OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGesture
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest_options.h
29
AK_FORCE_INLINE bool
isGesture
() const {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Event.java
288
public boolean
isGesture
() { return EVENT_TYPE_GESTURE == mEventType; }
Completed in 41 milliseconds