Loading packages/SystemUI/src/com/android/keyguard/ClockEventController.kt +3 −1 Original line number Diff line number Diff line Loading @@ -544,7 +544,9 @@ constructor( step.copy(value = 1f - step.value) }, keyguardTransitionInteractor.lockscreenToAodTransition, ) ).filter { it.transitionState != TransitionState.FINISHED } .collect { handleDoze(it.value) } } } Loading packages/SystemUI/tests/src/com/android/keyguard/ClockEventControllerTest.kt +2 −1 Original line number Diff line number Diff line Loading @@ -330,7 +330,8 @@ class ClockEventControllerTest : SysuiTestCase() { TransitionStep( from = KeyguardState.LOCKSCREEN, to = KeyguardState.AOD, value = 0.4f value = 0.4f, transitionState = TransitionState.RUNNING, ) yield() Loading Loading
packages/SystemUI/src/com/android/keyguard/ClockEventController.kt +3 −1 Original line number Diff line number Diff line Loading @@ -544,7 +544,9 @@ constructor( step.copy(value = 1f - step.value) }, keyguardTransitionInteractor.lockscreenToAodTransition, ) ).filter { it.transitionState != TransitionState.FINISHED } .collect { handleDoze(it.value) } } } Loading
packages/SystemUI/tests/src/com/android/keyguard/ClockEventControllerTest.kt +2 −1 Original line number Diff line number Diff line Loading @@ -330,7 +330,8 @@ class ClockEventControllerTest : SysuiTestCase() { TransitionStep( from = KeyguardState.LOCKSCREEN, to = KeyguardState.AOD, value = 0.4f value = 0.4f, transitionState = TransitionState.RUNNING, ) yield() Loading