/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
H A D | DozeScreenBrightnessTest.java | 98 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 D | KeyguardVisibilityHelper.java | 43 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 D | UdfpsKeyguardViewController.java | 57 mUnlockedScreenOffAnimationController; field in UdfpsKeyguardViewController 101 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in UdfpsKeyguardViewController() 138 mUnlockedScreenOffAnimationController.addCallback(mUnlockedScreenOffCallback); in onViewAttached() 155 mUnlockedScreenOffAnimationController.removeCallback(mUnlockedScreenOffCallback); in onViewDetached()
|
H A D | UdfpsController.java | 135 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 D | KeyguardStatusViewControllerTest.java | 63 UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in KeyguardStatusViewControllerTest 83 mUnlockedScreenOffAnimationController); in setup()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | DozeParametersTest.java | 67 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeParametersTest 102 mUnlockedScreenOffAnimationController, in setup() 271 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setShouldControlUnlockedScreenOffForTest()
|
H A D | NotificationIconAreaControllerTest.java | 71 UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationIconAreaControllerTest 94 mUnlockedScreenOffAnimationController); in setup()
|
H A D | NotificationShadeWindowControllerImplTest.java | 76 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationShadeWindowControllerImplTest 92 mUnlockedScreenOffAnimationController, mAuthController); in setUp()
|
H A D | StatusBarKeyguardViewManagerTest.java | 100 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBarKeyguardViewManagerTest 138 mUnlockedScreenOffAnimationController, in setUp()
|
H A D | NotificationPanelViewControllerTest.java | 185 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationPanelViewControllerTest 377 mUnlockedScreenOffAnimationController); in setup() 450 mUnlockedScreenOffAnimationController, in setup()
|
H A D | StatusBarTest.java | 275 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBarTest 458 mUnlockedScreenOffAnimationController, in setup()
|
H A D | ScrimControllerTest.java | 115 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in ScrimControllerTest 232 mUnlockedScreenOffAnimationController, in setup()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
H A D | DozeScreenBrightness.java | 102 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 D | DozeParameters.java | 77 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeParameters 124 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in DozeParameters() 275 && mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation(); in shouldControlUnlockedScreenOff()
|
H A D | NotificationIconAreaController.java | 76 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationIconAreaController 140 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationIconAreaController() 692 && !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in updateAodIconsVisibility()
|
H A D | NotificationShadeWindowControllerImpl.java | 108 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationShadeWindowControllerImpl 133 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationShadeWindowControllerImpl() 343 || mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in applyFocusableFlag()
|
H A D | ScrimController.java | 180 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in ScrimController 248 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in ScrimController() 671 if (!mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in applyState()
|
H A D | StatusBarKeyguardViewManager.java | 115 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBarKeyguardViewManager 264 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in StatusBarKeyguardViewManager()
|
H A D | StatusBar.java | 546 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 D | KeyguardViewMediatorTest.java | 104 private @Mock UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in KeyguardViewMediatorTest 146 mUnlockedScreenOffAnimationController, in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewControllerTest.java | 94 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsKeyguardViewControllerTest 135 mUnlockedScreenOffAnimationController, in setUp()
|
H A D | UdfpsControllerTest.java | 157 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 D | NotificationStackScrollLayoutTest.java | 106 @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 D | NewNotifPipelineBubblesTest.java | 219 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NewNotifPipelineBubblesTest 242 mUnlockedScreenOffAnimationController, mAuthController); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 250 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in KeyguardViewMediator 885 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in KeyguardViewMediator() 1115 if (mPendingLock && !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in maybeHandlePendingLock()
|