Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/animation/
H A DPhysicsAnimatorTest.kt161 .withEndActions(mockEndAction::run)
234 .withEndActions(mockEndAction::run)
484 .withEndActions(mockEndAction::run)
543 .withEndActions(mockEndAction::run)
574 .withEndActions(mockEndAction::run)
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarAnimationHelper.java162 .withEndActions(() -> { in animateExpansion()
205 .withEndActions(() -> { in animateCollapse()
H A DBubbleEducationViewController.kt118 .withEndActions(endActions)
H A DBubbleBarMenuViewController.java131 .withEndActions(() -> { in animateTransition()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java301 .withEndActions(after); in animateIntoDismissTarget()
454 .withEndActions(this::dismissPip);
597 .withEndActions(this::onBoundsPhysicsAnimationEnd,
602 .withEndActions(this::onBoundsPhysicsAnimationEnd);
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DDismissView.kt167 .withEndActions({ setVisibility(View.INVISIBLE) })
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimator.kt428 fun withEndActions(vararg endActions: EndAction?): PhysicsAnimator<T> { regex
437 fun withEndActions(vararg endActions: Runnable?): PhysicsAnimator<T> { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
H A DMagnetizedObject.kt521 animator.withEndActions(after)
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java565 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
H A DStackAnimationController.java742 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java2338 .withEndActions(() -> { in animateExpansion()
2494 .withEndActions(() -> { in animateSwitchBubbles()
3005 .withEndActions(() -> { in showManageMenu()
3023 .withEndActions(() -> { in showManageMenu()