Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/
H A DTurbulenceNoiseController.kt96 turbulenceNoiseView.playEaseIn(
H A DTurbulenceNoiseView.kt113 fun playEaseIn(offsetX: Float = 0f, offsetY: Float = 0f, onAnimationEnd: Runnable? = null) { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/turbulencenoise/
H A DTurbulenceNoiseViewTest.kt57 turbulenceNoiseView.playEaseIn(onAnimationEnd = { onAnimationEndCalled = true })