Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java162 .withEndActions(() -> { in animateExpansion() method
205 .withEndActions(() -> { in animateCollapse() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/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/
DBubbleStackView.java2494 .withEndActions(() -> { in animateSwitchBubbles() method