Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/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/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java187 .withEndActions(() -> { in animateExpansion() method
228 .withEndActions(() -> { in animateCollapse() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2633 }).withEndActions(() -> { in animateOverflowExpansion() method
2787 .withEndActions(() -> { in animateSwitchBubbles() method