Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java286 @Mock private BackActionInteractor mBackActionInteractor; field in CentralSurfacesImplTest
527 mBackActionInteractor, in setup()
835 when(mBackActionInteractor.shouldBackBeHandled()).thenReturn(true); in testPredictiveBackCallback_invocationCollapsesPanel()
837 verify(mBackActionInteractor).onBackRequested(); 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/shade/
H A DNotificationShadeWindowViewController.java122 private final BackActionInteractor mBackActionInteractor; field in NotificationShadeWindowViewController
189 mBackActionInteractor = backActionInteractor; in NotificationShadeWindowViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java584 private final BackActionInteractor mBackActionInteractor; field in CentralSurfacesImpl
654 mBackActionInteractor.onBackRequested();
659 if (mBackActionInteractor.shouldBackBeHandled()) {
797 mBackActionInteractor = backActionInteractor; in CentralSurfacesImpl()
930 mBackActionInteractor.onBackRequested(); in CentralSurfacesImpl()
1612 mBackActionInteractor.setup(mQsController, mShadeSurface); in inflateStatusBarWindow()