Home
last modified time | relevance | path

Searched refs:isHandlingGestures (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java540 boolean wasBackAllowed = isHandlingGestures(); in onNavigationSettingsChanged()
542 if (mStateChangeCallback != null && wasBackAllowed != isHandlingGestures()) { in onNavigationSettingsChanged()
713 public boolean isHandlingGestures() { in isHandlingGestures() method in EdgeBackGestureHandler
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java623 if (!mEdgeBackGestureHandler.isHandlingGestures()) { in NavigationBar()
1746 final boolean handlingGesture = mEdgeBackGestureHandler.isHandlingGestures(); in getInsetsFrameProvider()
H A DNavigationBarView.java640 boolean disableBack = !useAltBack && (mEdgeBackGestureHandler.isHandlingGestures() in updateNavButtonIcons()