Home
last modified time | relevance | path

Searched refs:fullScreenLightRevealAnimations (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/mediator/
DScreenOnCoordinator.kt47 private val fullScreenLightRevealAnimations = constant
62 fullScreenLightRevealAnimations?.forEach { in onScreenTurningOn()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/mediator/
DScreenOnCoordinatorTest.kt58 private lateinit var fullScreenLightRevealAnimations: Set<FullscreenLightRevealAnimation> variable in com.android.keyguard.mediator.ScreenOnCoordinatorTest
72 fullScreenLightRevealAnimations = setOf(fullscreenLightRevealAnimation) in setUp()
74 .thenReturn(fullScreenLightRevealAnimations) in setUp()