/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | DozeParameters.java | 85 private final ScreenOffAnimationController mScreenOffAnimationController; field in DozeParameters 144 mScreenOffAnimationController = screenOffAnimationController; in DozeParameters() 330 return mScreenOffAnimationController.shouldDelayKeyguardShow(); in shouldDelayKeyguardShow() 334 return mScreenOffAnimationController.shouldClampDozeScreenBrightness(); in shouldClampToDimBrightness() 338 return mScreenOffAnimationController.shouldShowLightRevealScrim(); in shouldShowLightRevealScrim() 342 return mScreenOffAnimationController.shouldAnimateDozingChange(); in shouldAnimateDozingChange() 351 || mScreenOffAnimationController.shouldDelayDisplayDozeTransition(); in shouldDelayDisplayDozeTransition() 471 mScreenOffAnimationController.onAlwaysOnChanged(getAlwaysOn()); in dispatchAlwaysOnEvent()
|
H A D | LegacyNotificationIconAreaControllerImpl.java | 96 private final ScreenOffAnimationController mScreenOffAnimationController; field in LegacyNotificationIconAreaControllerImpl 159 mScreenOffAnimationController = screenOffAnimationController; in LegacyNotificationIconAreaControllerImpl() 559 if (mScreenOffAnimationController.shouldAnimateAodIcons()) { in appearAodIcons() 632 && !mScreenOffAnimationController.shouldShowAodIconsWhenShade()) { in updateAodIconsVisibility()
|
H A D | BiometricUnlockController.java | 267 private final ScreenOffAnimationController mScreenOffAnimationController; field in BiometricUnlockController 315 mScreenOffAnimationController = screenOffAnimationController; in BiometricUnlockController() 570 if (!keyguardShowing && !mScreenOffAnimationController.isKeyguardShowDelayed()) { in calculateModeForFingerprint()
|
H A D | CentralSurfacesImpl.java | 500 private final ScreenOffAnimationController mScreenOffAnimationController; field in CentralSurfacesImpl 887 mScreenOffAnimationController = screenOffAnimationController; in CentralSurfacesImpl() 1323 mScreenOffAnimationController in makeStatusBarView() 1335 mScreenOffAnimationController.initialize(this, mShadeSurface, mLightRevealScrim); in makeStatusBarView() 2126 && mScreenOffAnimationController.shouldExpandNotifications()) { 2355 if (mScreenOffAnimationController.isKeyguardShowDelayed() in updateIsKeyguard() 2376 if (!mScreenOffAnimationController.isKeyguardHideDelayed() in updateIsKeyguard() 2932 if (mScreenOffAnimationController.shouldHideLightRevealScrimOnWakeUp()) { 3214 || mScreenOffAnimationController.shouldIgnoreKeyguardTouches(); in shouldIgnoreTouch()
|
H A D | ScrimController.java | 213 private final ScreenOffAnimationController mScreenOffAnimationController; field in ScrimController 322 mScreenOffAnimationController = screenOffAnimationController; in ScrimController() 890 if (!mScreenOffAnimationController.shouldExpandNotifications() in applyState()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | DozeParametersTest.java | 80 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in DozeParametersTest 125 mScreenOffAnimationController, in setup() 183 verify(mScreenOffAnimationController).onAlwaysOnChanged(false); in testGetAlwaysOn_whenBatterySaver() 200 verify(mScreenOffAnimationController, times(2)).onAlwaysOnChanged(false); in testGetAlwaysOn_whenBatterySaverCallback() 203 reset(mScreenOffAnimationController); in testGetAlwaysOn_whenBatterySaverCallback() 209 verify(mScreenOffAnimationController).onAlwaysOnChanged(true); in testGetAlwaysOn_whenBatterySaverCallback()
|
H A D | LegacyNotificationIconAreaControllerImplTest.java | 72 ScreenOffAnimationController mScreenOffAnimationController; field in LegacyNotificationIconAreaControllerImplTest 99 mScreenOffAnimationController); in setup()
|
H A D | StatusBarNotificationActivityStarterTest.java | 132 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in StatusBarNotificationActivityStarterTest 219 mScreenOffAnimationController, in setUp()
|
H A D | BiometricsUnlockControllerTest.java | 121 private ScreenOffAnimationController mScreenOffAnimationController; field in BiometricsUnlockControllerTest 163 mSessionTracker, mLatencyTracker, mScreenOffAnimationController, mVibratorHelper, in createController()
|
H A D | ScrimControllerTest.java | 141 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in ScrimControllerTest 284 mScreenOffAnimationController, in setup() 991 mScreenOffAnimationController, in blankingNotRequired_leavingAoD()
|
H A D | CentralSurfacesImplTest.java | 311 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in CentralSurfacesImplTest 550 mScreenOffAnimationController, in setup()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardVisibilityHelper.java | 51 private final ScreenOffAnimationController mScreenOffAnimationController; field in KeyguardVisibilityHelper 67 mScreenOffAnimationController = screenOffAnimationController; in KeyguardVisibilityHelper() 164 } else if (mScreenOffAnimationController.shouldAnimateInKeyguard()) { in setViewVisibility() 170 mScreenOffAnimationController.animateInKeyguard( in setViewVisibility()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardStatusViewControllerBaseTest.java | 53 @Mock protected ScreenOffAnimationController mScreenOffAnimationController; field in KeyguardStatusViewControllerBaseTest 79 mScreenOffAnimationController, in setup()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediatorTest.java | 165 private @Mock ScreenOffAnimationController mScreenOffAnimationController; field in KeyguardViewMediatorTest 225 mScreenOffAnimationController, mAuthController, mShadeExpansionStateManager, in setUp() 739 when(mScreenOffAnimationController.shouldDelayKeyguardShow()).thenReturn(true); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet() 740 when(mScreenOffAnimationController.isKeyguardShowDelayed()).thenReturn(false); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet() 759 when(mScreenOffAnimationController.shouldDelayKeyguardShow()).thenReturn(false); in testKeyguardNotDelayedOnGoingToSleep_ifScreenOffAnimationWillNotPlay() 998 mScreenOffAnimationController, in createAndStartViewMediator()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationPanelViewControllerBaseTest.java | 217 @Mock protected ScreenOffAnimationController mScreenOffAnimationController; field in NotificationPanelViewControllerBaseTest 376 mScreenOffAnimationController, in setup() 447 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(true); in setup() 525 mScreenOffAnimationController, in setup() 624 mScreenOffAnimationController, in setup()
|
H A D | NotificationShadeWindowControllerImplTest.java | 97 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in NotificationShadeWindowControllerImplTest 125 mScreenOffAnimationController, mAuthController, mShadeExpansionStateManager, in setUp()
|
H A D | NotificationPanelViewControllerTest.java | 807 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(false); in testSwitchesToBigClockInSplitShadeOnAodAnimateDisabled()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowControllerImpl.java | 122 private final ScreenOffAnimationController mScreenOffAnimationController; field in NotificationShadeWindowControllerImpl 161 mScreenOffAnimationController = screenOffAnimationController; in NotificationShadeWindowControllerImpl() 385 || mScreenOffAnimationController.shouldIgnoreKeyguardTouches()) { in applyFocusableFlag()
|
H A D | NotificationPanelViewController.java | 396 private final ScreenOffAnimationController mScreenOffAnimationController; field in NotificationPanelViewController 919 mScreenOffAnimationController = screenOffAnimationController; in NotificationPanelViewController() 1589 boolean shouldAnimateClockChange = mScreenOffAnimationController.shouldAnimateClockChange(); in updateClockAppearance() 1599 mScreenOffAnimationController.shouldExpandNotifications() in updateClockAppearance() 1602 mScreenOffAnimationController.shouldExpandNotifications() in updateClockAppearance() 4577 && mScreenOffAnimationController.isKeyguardShowDelayed(); in onStateChanged()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutTest.java | 130 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in NotificationStackScrollLayoutTest 176 ScreenOffAnimationController.class, mScreenOffAnimationController); in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 347 @Inject Lazy<ScreenOffAnimationController> mScreenOffAnimationController; field in Dependency 549 mProviders.put(ScreenOffAnimationController.class, mScreenOffAnimationController::get); in start()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 328 private final ScreenOffAnimationController mScreenOffAnimationController; field in KeyguardViewMediator 1441 mScreenOffAnimationController = screenOffAnimationController; 1725 if (mScreenOffAnimationController.shouldDelayKeyguardShow()) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 568 private final ScreenOffAnimationController mScreenOffAnimationController; field in NotificationStackScrollLayout 631 mScreenOffAnimationController = in NotificationStackScrollLayout() 763 && !mScreenOffAnimationController.shouldHideNotificationsFooter() in shouldShowFooterView() 5186 + mScreenOffAnimationController in dumpFooterViewVisibility()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 283 private ScreenOffAnimationController mScreenOffAnimationController; field in BubblesTest 337 mScreenOffAnimationController, mAuthController, mShadeExpansionStateManager, in setUp()
|