Searched refs:isGesture (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest_options.h29 AK_FORCE_INLINE bool isGesture() const { function in class:latinime::SuggestOptions
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java281 final boolean isGesture = composedData.mIsBatchMode;
283 if (!isGesture) {
294 session.mNativeSuggestOptions.setIsGesture(isGesture);
H A DLatinIME.java1660 } else if (inputTransaction.mEvent.isGesture()) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DEvent.java288 public boolean isGesture() { return EVENT_TYPE_GESTURE == mEventType; } method in class:Event
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.cpp54 const auto &suggest = suggestOptions->isGesture() ? mGestureSuggest : mTypingSuggest;
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp247 if (givenSuggestOptions.isGesture() || inputSize > 0) {

Completed in 175 milliseconds