Searched refs:isGesture (Results 1 – 7 of 7) sorted by relevance
153 boolean isGesture = isGestureNav(context); in normalizeWindowInsets()160 : (isGesture in normalizeWindowInsets()165 if (!isLargeScreen && !isGesture && !isPortrait) { in normalizeWindowInsets()191 if (isGesture) { in normalizeWindowInsets()
29 AK_FORCE_INLINE bool isGesture() const { in isGesture() function
281 final boolean isGesture = composedData.mIsBatchMode; in getSuggestions()283 if (!isGesture) { in getSuggestions()294 session.mNativeSuggestOptions.setIsGesture(isGesture); in getSuggestions()
1720 } else if (inputTransaction.mEvent.isGesture()) { in updateStateAfterInputTransaction()
288 public boolean isGesture() { return EVENT_TYPE_GESTURE == mEventType; } in isGesture() method in Event
54 const auto &suggest = suggestOptions->isGesture() ? mGestureSuggest : mTypingSuggest; in getSuggestions()
247 if (givenSuggestOptions.isGesture() || inputSize > 0) { in latinime_BinaryDictionary_getSuggestions()