Home
last modified time | relevance | path

Searched refs:isGesture (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java153 boolean isGesture = isGestureNav(context); in normalizeWindowInsets()
160 : (isGesture in normalizeWindowInsets()
165 if (!isLargeScreen && !isGesture && !isPortrait) { in normalizeWindowInsets()
191 if (isGesture) { in normalizeWindowInsets()
/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/latin/
DBinaryDictionary.java281 final boolean isGesture = composedData.mIsBatchMode; in getSuggestions()
283 if (!isGesture) { in getSuggestions()
294 session.mNativeSuggestOptions.setIsGesture(isGesture); in getSuggestions()
DLatinIME.java1720 } else if (inputTransaction.mEvent.isGesture()) { in updateStateAfterInputTransaction()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DEvent.java288 public boolean isGesture() { return EVENT_TYPE_GESTURE == mEventType; } in isGesture() method in Event
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.cpp54 const auto &suggest = suggestOptions->isGesture() ? mGestureSuggest : mTypingSuggest; in getSuggestions()
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp247 if (givenSuggestOptions.isGesture() || inputSize > 0) { in latinime_BinaryDictionary_getSuggestions()