Home
last modified time | relevance | path

Searched refs:onBeforeExitLowLight (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/dream/lowlight/src/com/android/dream/lowlight/
H A DLowLightTransitionCoordinator.kt52 fun onBeforeExitLowLight(): Animator? regex
93 animator = mLowLightExitListener!!.onBeforeExitLowLight()
/aosp14/frameworks/base/libs/dream/lowlight/tests/src/com.android.dream.lowlight/
H A DLowLightDreamManagerTest.kt68 override fun onBeforeExitLowLight() = mExitAnimator
H A DLowLightTransitionCoordinatorTest.kt88 verify(mExitListener).onBeforeExitLowLight()