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.java166 .withEndActions(() -> { in animateExpansion() method
231 .withEndActions(() -> { in animateCollapse() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2712 }).withEndActions(() -> { in animateOverflowExpansion() method
2871 .withEndActions(() -> { in animateSwitchBubbles() method