Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DPhysicsAnimator.kt474 val animationStartActions = ArrayList<() -> Unit>() in startInternal() constant
486 animationStartActions.add { in startInternal()
520 animationStartActions.add(springAnim::start) in startInternal()
595 animationStartActions.forEach { it.invoke() } in startInternal()