Home
last modified time | relevance | path

Searched refs:mShadeExpansionStateManager (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacyControllerBaseTest.java61 protected @Mock ShadeExpansionStateManager mShadeExpansionStateManager; field in UdfpsKeyguardViewLegacyControllerBaseTest
107 when(mShadeExpansionStateManager.addExpansionListener(any())).thenReturn( in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java1049 mShadeExpansionStateManager.updateState(STATE_OPEN); in testQsToBeImmediatelyExpandedWhenOpeningPanelInSplitShade()
1052 mShadeExpansionStateManager.updateState(STATE_CLOSED); in testQsToBeImmediatelyExpandedWhenOpeningPanelInSplitShade()
1055 mShadeExpansionStateManager.updateState(STATE_OPENING); in testQsToBeImmediatelyExpandedWhenOpeningPanelInSplitShade()
1062 mShadeExpansionStateManager.updateState(STATE_CLOSED); in testQsNotToBeImmediatelyExpandedWhenGoingFromUnlockedToLocked()
1066 mShadeExpansionStateManager.updateState(STATE_OPENING); in testQsNotToBeImmediatelyExpandedWhenGoingFromUnlockedToLocked()
1073 mShadeExpansionStateManager.updateState(STATE_OPEN); in testQsImmediateResetsWhenPanelOpensOrCloses()
1074 mShadeExpansionStateManager.updateState(STATE_CLOSED); in testQsImmediateResetsWhenPanelOpensOrCloses()
1096 mShadeExpansionStateManager.onPanelExpansionChanged(/* fraction= */ 1, in testPanelClosedWhenClosingQsInSplitShade()
DNotificationPanelViewControllerBaseTest.java390 protected final ShadeExpansionStateManager mShadeExpansionStateManager = field in NotificationPanelViewControllerBaseTest
730 mShadeExpansionStateManager, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragmentTest.java97 private ShadeExpansionStateManager mShadeExpansionStateManager; field in CollapsedStatusBarFragmentTest
309 mShadeExpansionStateManager.updateState(STATE_OPEN); in disable_shadeOpenAndShouldHide_everythingHidden()
325 mShadeExpansionStateManager.updateState(STATE_OPEN); in disable_shadeOpenButNotShouldHide_everythingShown()
342 mShadeExpansionStateManager.updateState(STATE_OPEN); in disable_shadeOpenAndShouldHide_thenShadeNotOpenAndDozingUpdate_everythingShown()
353 mShadeExpansionStateManager.updateState(STATE_CLOSED); in disable_shadeOpenAndShouldHide_thenShadeNotOpenAndDozingUpdate_everythingShown()
847 mShadeExpansionStateManager = new ShadeExpansionStateManager(); in instantiate()
858 mShadeExpansionStateManager, in instantiate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java141 private final ShadeExpansionStateManager mShadeExpansionStateManager; field in CollapsedStatusBarFragment
256 mShadeExpansionStateManager = shadeExpansionStateManager; in CollapsedStatusBarFragment()
647 if (!mShadeExpansionStateManager.isClosed() in shouldHideStatusBar()
754 if (!mShadeExpansionStateManager.isClosed() && !mKeyguardStateController.isShowing() in clockHiddenMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java141 private final ShadeExpansionStateManager mShadeExpansionStateManager; field in NotificationShadeWindowViewController
204 mShadeExpansionStateManager = shadeExpansionStateManager; in NotificationShadeWindowViewController()
629 mShadeExpansionStateManager.addExpansionListener(mDepthController); in setupExpandedStatusBar()
DNotificationPanelViewController.java358 private final ShadeExpansionStateManager mShadeExpansionStateManager; field in NotificationPanelViewController
801 mShadeExpansionStateManager = shadeExpansionStateManager; in NotificationPanelViewController()
4226 mShadeExpansionStateManager.onPanelExpansionChanged(
4336 return mShadeExpansionStateManager;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java448 private final ShadeExpansionStateManager mShadeExpansionStateManager; field in CentralSurfacesImpl
735 mShadeExpansionStateManager = shadeExpansionStateManager; in CentralSurfacesImpl()
820 mShadeExpansionStateManager.addExpansionListener(shadeExpansionListener); in CentralSurfacesImpl()
1179 mShadeExpansionStateManager.addExpansionListener(mWakeUpCoordinator); in makeStatusBarView()
1544 mShadeExpansionStateManager, in startKeyguard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java193 private @Mock ShadeExpansionStateManager mShadeExpansionStateManager; field in KeyguardViewMediatorTest