Home
last modified time | relevance | path

Searched defs:withEndActions (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DPhysicsAnimator.kt428 fun withEndActions(vararg endActions: EndAction?): PhysicsAnimator<T> { in withEndActions() method
437 fun withEndActions(vararg endActions: Runnable?): PhysicsAnimator<T> { in withEndActions() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1962 .withEndActions(() -> { in animateExpansion() method
2037 .withEndActions(() -> { in animateCollapse() method
2107 .withEndActions(() -> { in animateSwitchBubbles() method