Home
last modified time | relevance | path

Searched refs:withEndActions (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/shared/animation/
DPhysicsAnimatorTest.kt161 .withEndActions(mockEndAction::run) in <lambda>()
234 .withEndActions(mockEndAction::run) in <lambda>()
485 .withEndActions(mockEndAction::run) in <lambda>()
544 .withEndActions(mockEndAction::run) in <lambda>()
575 .withEndActions(mockEndAction::run) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java308 .withEndActions(after); in animateIntoDismissTarget()
471 .withEndActions(this::dismissPip);
619 .withEndActions(this::onBoundsPhysicsAnimationEnd,
624 .withEndActions(this::onBoundsPhysicsAnimationEnd);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMotionHelper.java300 .withEndActions(after); in animateIntoDismissTarget()
463 .withEndActions(this::dismissPip);
613 .withEndActions(this::onBoundsPhysicsAnimationEnd,
618 .withEndActions(this::onBoundsPhysicsAnimationEnd);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarMenuViewController.java131 .withEndActions(() -> { in animateTransition()
DBubbleBarAnimationHelper.java187 .withEndActions(() -> { in animateExpansion() method
228 .withEndActions(() -> { in animateCollapse() method
DBubbleEducationViewController.kt179 ?.withEndActions(endActions) in animateTransition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DDismissView.kt170 .withEndActions({ in hide()
/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/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractView.kt221 .withEndActions({ visibility = View.INVISIBLE }) in hide()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
DMagnetizedObject.kt526 animator.withEndActions(after) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java595 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
DStackAnimationController.java743 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2589 .withEndActions(() -> { in animateBubbleExpansion()
2633 }).withEndActions(() -> { in animateOverflowExpansion() method
2787 .withEndActions(() -> { in animateSwitchBubbles() method
3316 .withEndActions(() -> { in showManageMenu()
3335 .withEndActions(() -> { in showManageMenu()