Home
last modified time | relevance | path

Searched refs:isGestureNavEnabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DScreenPinningNotify.java54 public void showEscapeToast(boolean isGestureNavEnabled, boolean isRecentsButtonVisible) { in showEscapeToast() argument
63 mLastToast = makeAllUserToastAndShow(isGestureNavEnabled in showEscapeToast()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2252 if (isGestureNavEnabled()) { in startMonitoringSwipeUpGesture()
2287 private boolean isGestureNavEnabled() { in isGestureNavEnabled() method in BubbleStackView