Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/
H A DTurbulenceNoiseController.kt118 turbulenceNoiseView.playEaseOut(onAnimationEnd = { state = AnimationState.NOT_PLAYING })
H A DTurbulenceNoiseView.kt158 fun playEaseOut(onAnimationEnd: Runnable? = null) { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/turbulencenoise/
H A DTurbulenceNoiseViewTest.kt72 turbulenceNoiseView.playEaseOut(onAnimationEnd = { onAnimationEndCalled = true })