Searched refs:mBackActionInteractor (Results 1 – 3 of 3) sorted by relevance
286 @Mock private BackActionInteractor mBackActionInteractor; field in CentralSurfacesImplTest527 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()
122 private final BackActionInteractor mBackActionInteractor; field in NotificationShadeWindowViewController189 mBackActionInteractor = backActionInteractor; in NotificationShadeWindowViewController()
584 private final BackActionInteractor mBackActionInteractor; field in CentralSurfacesImpl654 mBackActionInteractor.onBackRequested();659 if (mBackActionInteractor.shouldBackBeHandled()) {797 mBackActionInteractor = backActionInteractor; in CentralSurfacesImpl()930 mBackActionInteractor.onBackRequested(); in CentralSurfacesImpl()1612 mBackActionInteractor.setup(mQsController, mShadeSurface); in inflateStatusBarWindow()