Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/back/domain/interactor/
H A DBackActionInteractor.kt45 fun shouldBackBeHandled(): Boolean { regex
67 if (shouldBackBeHandled()) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java835 when(mBackActionInteractor.shouldBackBeHandled()).thenReturn(true); in testPredictiveBackCallback_invocationCollapsesPanel()
853 when(mBackActionInteractor.shouldBackBeHandled()).thenReturn(true); in testPredictiveBackAnimation_progressMaxScalesPanel()
874 when(mBackActionInteractor.shouldBackBeHandled()).thenReturn(true); in testPredictiveBackAnimation_progressMinScalesPanel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java659 if (mBackActionInteractor.shouldBackBeHandled()) {