Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/animation/
DPhysicsAnimatorTest.kt161 .withEndActions(mockEndAction::run) in <lambda>()
234 .withEndActions(mockEndAction::run) in <lambda>()
484 .withEndActions(mockEndAction::run) in <lambda>()
543 .withEndActions(mockEndAction::run) in <lambda>()
574 .withEndActions(mockEndAction::run) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java326 .withEndActions(after); in animateIntoDismissTarget()
470 .withEndActions(this::dismissPip);
611 .withEndActions(this::onBoundsPhysicsAnimationEnd,
616 .withEndActions(this::onBoundsPhysicsAnimationEnd);
DPipDismissTargetHandler.java319 .withEndActions(() -> mTargetViewContainer.setVisibility(View.GONE)) in hideDismissTargetMaybe()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DDismissView.kt89 .withEndActions({ setVisibility(View.INVISIBLE) }) in hide()
DBubbleStackView.java1921 .withEndActions(() -> { in animateExpansion()
2012 .withEndActions(() -> { in animateCollapse() method
2118 .withEndActions(() -> { in animateSwitchBubbles() method
2547 .withEndActions(() -> { in showManageMenu()
2563 .withEndActions(() -> { in showManageMenu()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DPhysicsAnimator.kt434 fun withEndActions(vararg endActions: EndAction?): PhysicsAnimator<T> { in withEndActions() method
443 fun withEndActions(vararg endActions: Runnable?): PhysicsAnimator<T> { in withEndActions() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
DMagnetizedObject.kt519 animator.withEndActions(after) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java571 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction)
DStackAnimationController.java775 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()