/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsKeyguardViewLegacyControllerBaseTest.java | 61 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/ |
D | NotificationPanelViewControllerTest.java | 1049 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()
|
D | NotificationPanelViewControllerBaseTest.java | 390 protected final ShadeExpansionStateManager mShadeExpansionStateManager = field in NotificationPanelViewControllerBaseTest 730 mShadeExpansionStateManager, in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/ |
D | CollapsedStatusBarFragmentTest.java | 97 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/ |
D | CollapsedStatusBarFragment.java | 141 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/ |
D | NotificationShadeWindowViewController.java | 141 private final ShadeExpansionStateManager mShadeExpansionStateManager; field in NotificationShadeWindowViewController 204 mShadeExpansionStateManager = shadeExpansionStateManager; in NotificationShadeWindowViewController() 629 mShadeExpansionStateManager.addExpansionListener(mDepthController); in setupExpandedStatusBar()
|
D | NotificationPanelViewController.java | 358 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/ |
D | CentralSurfacesImpl.java | 448 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/ |
D | KeyguardViewMediatorTest.java | 193 private @Mock ShadeExpansionStateManager mShadeExpansionStateManager; field in KeyguardViewMediatorTest
|