Home
last modified time | relevance | path

Searched refs:mScreenOffAnimationController (Results 1 – 24 of 24) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java85 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 DLegacyNotificationIconAreaControllerImpl.java96 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 DBiometricUnlockController.java267 private final ScreenOffAnimationController mScreenOffAnimationController; field in BiometricUnlockController
315 mScreenOffAnimationController = screenOffAnimationController; in BiometricUnlockController()
570 if (!keyguardShowing && !mScreenOffAnimationController.isKeyguardShowDelayed()) { in calculateModeForFingerprint()
H A DCentralSurfacesImpl.java500 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 DScrimController.java213 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 DDozeParametersTest.java80 @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 DLegacyNotificationIconAreaControllerImplTest.java72 ScreenOffAnimationController mScreenOffAnimationController; field in LegacyNotificationIconAreaControllerImplTest
99 mScreenOffAnimationController); in setup()
H A DStatusBarNotificationActivityStarterTest.java132 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in StatusBarNotificationActivityStarterTest
219 mScreenOffAnimationController, in setUp()
H A DBiometricsUnlockControllerTest.java121 private ScreenOffAnimationController mScreenOffAnimationController; field in BiometricsUnlockControllerTest
163 mSessionTracker, mLatencyTracker, mScreenOffAnimationController, mVibratorHelper, in createController()
H A DScrimControllerTest.java141 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in ScrimControllerTest
284 mScreenOffAnimationController, in setup()
991 mScreenOffAnimationController, in blankingNotRequired_leavingAoD()
H A DCentralSurfacesImplTest.java311 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in CentralSurfacesImplTest
550 mScreenOffAnimationController, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardVisibilityHelper.java51 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 DKeyguardStatusViewControllerBaseTest.java53 @Mock protected ScreenOffAnimationController mScreenOffAnimationController; field in KeyguardStatusViewControllerBaseTest
79 mScreenOffAnimationController, in setup()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java165 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 DNotificationPanelViewControllerBaseTest.java217 @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 DNotificationShadeWindowControllerImplTest.java97 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in NotificationShadeWindowControllerImplTest
125 mScreenOffAnimationController, mAuthController, mShadeExpansionStateManager, in setUp()
H A DNotificationPanelViewControllerTest.java807 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(false); in testSwitchesToBigClockInSplitShadeOnAodAnimateDisabled()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java122 private final ScreenOffAnimationController mScreenOffAnimationController; field in NotificationShadeWindowControllerImpl
161 mScreenOffAnimationController = screenOffAnimationController; in NotificationShadeWindowControllerImpl()
385 || mScreenOffAnimationController.shouldIgnoreKeyguardTouches()) { in applyFocusableFlag()
H A DNotificationPanelViewController.java396 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 DNotificationStackScrollLayoutTest.java130 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in NotificationStackScrollLayoutTest
176 ScreenOffAnimationController.class, mScreenOffAnimationController); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java347 @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 DKeyguardViewMediator.java328 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 DNotificationStackScrollLayout.java568 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 DBubblesTest.java283 private ScreenOffAnimationController mScreenOffAnimationController; field in BubblesTest
337 mScreenOffAnimationController, mAuthController, mShadeExpansionStateManager, in setUp()