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.kt435 fun withEndActions(vararg endActions: EndAction?): PhysicsAnimator<T> { in withEndActions() method
444 fun withEndActions(vararg endActions: Runnable?): PhysicsAnimator<T> { in withEndActions() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1958 .withEndActions(() -> { in animateExpansion() method
2033 .withEndActions(() -> { in animateCollapse() method
2103 .withEndActions(() -> { in animateSwitchBubbles() method