Home
last modified time | relevance | path

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

/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.java2414 .withEndActions(() -> { in animateSwitchBubbles() method