Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
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()
DNotificationIconAreaController.java78 private final ScreenOffAnimationController mScreenOffAnimationController; field in NotificationIconAreaController
138 mScreenOffAnimationController = screenOffAnimationController; in NotificationIconAreaController()
548 if (mScreenOffAnimationController.shouldAnimateAodIcons()) { in appearAodIcons()
620 && !mScreenOffAnimationController.shouldShowAodIconsWhenShade()) { in updateAodIconsVisibility()
DBiometricUnlockController.java263 private final ScreenOffAnimationController mScreenOffAnimationController; field in BiometricUnlockController
314 mScreenOffAnimationController = screenOffAnimationController; in BiometricUnlockController()
559 if (!keyguardShowing && !mScreenOffAnimationController.isKeyguardShowDelayed()) { in calculateModeForFingerprint()
DCentralSurfacesImpl.java519 private final ScreenOffAnimationController mScreenOffAnimationController; field in CentralSurfacesImpl
859 mScreenOffAnimationController = screenOffAnimationController; in CentralSurfacesImpl()
1289 mScreenOffAnimationController in makeStatusBarView()
1301 mScreenOffAnimationController.initialize(this, mLightRevealScrim); in makeStatusBarView()
1550 if (mDozing && mScreenOffAnimationController.allowWakeUpIfDozing()) { in wakeUpIfDozing()
2581 && mScreenOffAnimationController.shouldExpandNotifications()) {
2904 if (mScreenOffAnimationController.isKeyguardShowDelayed() in updateIsKeyguard()
2920 if (!mScreenOffAnimationController.isKeyguardHideDelayed() in updateIsKeyguard()
3576 if (mScreenOffAnimationController.shouldHideLightRevealScrimOnWakeUp()) {
3859 || mScreenOffAnimationController.shouldIgnoreKeyguardTouches(); in shouldIgnoreTouch()
DScrimController.java209 private final ScreenOffAnimationController mScreenOffAnimationController; field in ScrimController
317 mScreenOffAnimationController = screenOffAnimationController; in ScrimController()
852 if (!mScreenOffAnimationController.shouldExpandNotifications() in applyState()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardVisibilityHelper.java47 private final ScreenOffAnimationController mScreenOffAnimationController; field in KeyguardVisibilityHelper
63 mScreenOffAnimationController = screenOffAnimationController; in KeyguardVisibilityHelper()
145 } else if (mScreenOffAnimationController.shouldAnimateInKeyguard()) { in setViewVisibility()
151 mScreenOffAnimationController.animateInKeyguard( in setViewVisibility()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
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()
DNotificationIconAreaControllerTest.java71 ScreenOffAnimationController mScreenOffAnimationController; field in NotificationIconAreaControllerTest
94 mScreenOffAnimationController); in setup()
DBiometricsUnlockControllerTest.java123 private ScreenOffAnimationController mScreenOffAnimationController; field in BiometricsUnlockControllerTest
151 mSessionTracker, mLatencyTracker, mScreenOffAnimationController, mVibratorHelper, in setUp()
DCentralSurfacesImplTest.java294 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in CentralSurfacesImplTest
506 mScreenOffAnimationController, in setup()
1266 when(mScreenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true); in dozing_wakeUp()
1280 when(mScreenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true); in notDozing_noWakeUp()
DScrimControllerTest.java132 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in ScrimControllerTest
265 mScreenOffAnimationController, in setup()
980 mScreenOffAnimationController, in blankingNotRequired_leavingAoD()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerTest.java63 ScreenOffAnimationController mScreenOffAnimationController; field in KeyguardStatusViewControllerTest
83 mScreenOffAnimationController, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java126 private @Mock ScreenOffAnimationController mScreenOffAnimationController; field in KeyguardViewMediatorTest
161 mScreenOffAnimationController, mAuthController, mShadeExpansionStateManager, in setUp()
459 when(mScreenOffAnimationController.shouldDelayKeyguardShow()).thenReturn(true); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet()
460 when(mScreenOffAnimationController.isKeyguardShowDelayed()).thenReturn(false); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet()
479 when(mScreenOffAnimationController.shouldDelayKeyguardShow()).thenReturn(false); in testKeyguardNotDelayedOnGoingToSleep_ifScreenOffAnimationWillNotPlay()
540 mScreenOffAnimationController, in createAndStartViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java119 private final ScreenOffAnimationController mScreenOffAnimationController; field in NotificationShadeWindowControllerImpl
156 mScreenOffAnimationController = screenOffAnimationController; in NotificationShadeWindowControllerImpl()
380 || mScreenOffAnimationController.shouldIgnoreKeyguardTouches()) { in applyFocusableFlag()
DNotificationPanelViewController.java397 private final ScreenOffAnimationController mScreenOffAnimationController; field in NotificationPanelViewController
886 mScreenOffAnimationController = screenOffAnimationController; in NotificationPanelViewController()
1479 boolean shouldAnimateClockChange = mScreenOffAnimationController.shouldAnimateClockChange(); in updateClockAppearance()
1489 mScreenOffAnimationController.shouldExpandNotifications() in updateClockAppearance()
1492 mScreenOffAnimationController.shouldExpandNotifications() in updateClockAppearance()
4368 && mScreenOffAnimationController.isKeyguardShowDelayed(); in onStateChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java94 @Mock private ScreenOffAnimationController mScreenOffAnimationController; field in NotificationShadeWindowControllerImplTest
121 mScreenOffAnimationController, mAuthController, mShadeExpansionStateManager, in setUp()
DNotificationPanelViewControllerBaseTest.java201 @Mock protected ScreenOffAnimationController mScreenOffAnimationController; field in NotificationPanelViewControllerBaseTest
390 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(true); in setup()
450 mScreenOffAnimationController, in setup()
550 mScreenOffAnimationController, in setup()
DNotificationPanelViewControllerTest.java675 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(false); in testSwitchesToBigClockInSplitShadeOnAodAnimateDisabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java355 @Inject Lazy<ScreenOffAnimationController> mScreenOffAnimationController; field in Dependency
563 mProviders.put(ScreenOffAnimationController.class, mScreenOffAnimationController::get); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java279 private final ScreenOffAnimationController mScreenOffAnimationController; field in KeyguardViewMediator
1254 mScreenOffAnimationController = screenOffAnimationController; in KeyguardViewMediator()
1498 if (mScreenOffAnimationController.shouldDelayKeyguardShow()) { in maybeHandlePendingLock()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java275 private ScreenOffAnimationController mScreenOffAnimationController; field in BubblesTest
310 mScreenOffAnimationController, mAuthController, mShadeExpansionStateManager, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java566 private final ScreenOffAnimationController mScreenOffAnimationController; field in NotificationStackScrollLayout
616 mScreenOffAnimationController = in NotificationStackScrollLayout()
743 && !mScreenOffAnimationController.shouldHideNotificationsFooter() in updateFooter()