Home
last modified time | relevance | path

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

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