Home
last modified time | relevance | path

Searched refs:mUnlockedScreenOffAnimationController (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeScreenBrightnessTest.java98 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeScreenBrightnessTest
137 mUnlockedScreenOffAnimationController); in setUp()
244 mUnlockedScreenOffAnimationController); in testPulsing_withoutLightSensor_setsAoDDimmingScrimTransparent()
282 mUnlockedScreenOffAnimationController); in testNullSensor()
314 mUnlockedScreenOffAnimationController); in testSensorsSupportPostures_closed()
353 mUnlockedScreenOffAnimationController); in testSensorsSupportPostures_open()
396 mUnlockedScreenOffAnimationController); in testSensorsSupportPostures_swapPostures()
482 when(mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()).thenReturn(true); in transitionToDoze_duringUnlockedScreenOff_afterTimeout_clampsToDim()
497 when(mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()).thenReturn(true); in transitionToDoze_duringUnlockedScreenOff_notAfterTimeout_doesNotClampToDim()
512 when(mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()).thenReturn(false); in transitionToDoze_duringUnlockedScreenOff_afterTimeout_noScreenOff_doesNotClampToDim()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardVisibilityHelper.java43 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in KeyguardVisibilityHelper
57 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in KeyguardVisibilityHelper()
124 } else if (mUnlockedScreenOffAnimationController.shouldAnimateInKeyguard()) { in setViewVisibility()
129 mUnlockedScreenOffAnimationController.animateInKeyguard( in setViewVisibility()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewController.java57 mUnlockedScreenOffAnimationController; field in UdfpsKeyguardViewController
101 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in UdfpsKeyguardViewController()
138 mUnlockedScreenOffAnimationController.addCallback(mUnlockedScreenOffCallback); in onViewAttached()
155 mUnlockedScreenOffAnimationController.removeCallback(mUnlockedScreenOffCallback); in onViewDetached()
H A DUdfpsController.java135 mUnlockedScreenOffAnimationController; field in UdfpsController
610 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in UdfpsController()
865 mUnlockedScreenOffAnimationController, in inflateUdfpsAnimation()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardStatusViewControllerTest.java63 UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in KeyguardStatusViewControllerTest
83 mUnlockedScreenOffAnimationController); in setup()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeParametersTest.java67 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeParametersTest
102 mUnlockedScreenOffAnimationController, in setup()
271 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setShouldControlUnlockedScreenOffForTest()
H A DNotificationIconAreaControllerTest.java71 UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationIconAreaControllerTest
94 mUnlockedScreenOffAnimationController); in setup()
H A DNotificationShadeWindowControllerImplTest.java76 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationShadeWindowControllerImplTest
92 mUnlockedScreenOffAnimationController, mAuthController); in setUp()
H A DStatusBarKeyguardViewManagerTest.java100 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBarKeyguardViewManagerTest
138 mUnlockedScreenOffAnimationController, in setUp()
H A DNotificationPanelViewControllerTest.java185 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationPanelViewControllerTest
377 mUnlockedScreenOffAnimationController); in setup()
450 mUnlockedScreenOffAnimationController, in setup()
H A DStatusBarTest.java275 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBarTest
458 mUnlockedScreenOffAnimationController, in setup()
H A DScrimControllerTest.java115 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in ScrimControllerTest
232 mUnlockedScreenOffAnimationController, in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeScreenBrightness.java102 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeScreenBrightness
128 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in DozeScreenBrightness()
270 mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying() in clampToDimBrightnessForScreenOff()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java77 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeParameters
124 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in DozeParameters()
275 && mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation(); in shouldControlUnlockedScreenOff()
H A DNotificationIconAreaController.java76 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationIconAreaController
140 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationIconAreaController()
692 && !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in updateAodIconsVisibility()
H A DNotificationShadeWindowControllerImpl.java108 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationShadeWindowControllerImpl
133 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationShadeWindowControllerImpl()
343 || mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in applyFocusableFlag()
H A DScrimController.java180 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in ScrimController
248 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in ScrimController()
671 if (!mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in applyState()
H A DStatusBarKeyguardViewManager.java115 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBarKeyguardViewManager
264 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in StatusBarKeyguardViewManager()
H A DStatusBar.java546 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBar
886 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in StatusBar()
1239 mUnlockedScreenOffAnimationController.initialize(this, mLightRevealScrim); in makeStatusBarView()
1493 if (mDozing && !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in wakeUpIfDozing()
2946 if (mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying() in updateIsKeyguard()
3576 if (mUnlockedScreenOffAnimationController.isScreenOffLightRevealAnimationPlaying()) {
3795 || mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying(); in shouldIgnoreTouch()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java104 private @Mock UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in KeyguardViewMediatorTest
146 mUnlockedScreenOffAnimationController, in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewControllerTest.java94 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsKeyguardViewControllerTest
135 mUnlockedScreenOffAnimationController, in setUp()
H A DUdfpsControllerTest.java157 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsControllerTest
242 mUnlockedScreenOffAnimationController, in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java106 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationStackScrollLayoutTest
131 UnlockedScreenOffAnimationController.class, mUnlockedScreenOffAnimationController); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java219 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NewNotifPipelineBubblesTest
242 mUnlockedScreenOffAnimationController, mAuthController); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java250 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in KeyguardViewMediator
885 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in KeyguardViewMediator()
1115 if (mPendingLock && !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in maybeHandlePendingLock()

12