Home
last modified time | relevance | path

Searched refs:getUnfoldLightRevealOverlayAnimation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/mediator/
H A DScreenOnCoordinator.kt43 SysUIUnfoldComponent::getUnfoldLightRevealOverlayAnimation).getOrNull()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DSysUIUnfoldModule.kt98 fun getUnfoldLightRevealOverlayAnimation(): UnfoldLightRevealOverlayAnimation regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/mediator/
H A DScreenOnCoordinatorTest.kt63 `when`(unfoldComponent.getUnfoldLightRevealOverlayAnimation())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSysUIComponent.java134 c.getUnfoldLightRevealOverlayAnimation().init(); in init()