Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/animation/
DPhysicsAnimatorTest.kt146 .withEndActions(mockEndAction::run) in <lambda>()
219 .withEndActions(mockEndAction::run) in <lambda>()
469 .withEndActions(mockEndAction::run) in <lambda>()
528 .withEndActions(mockEndAction::run) in <lambda>()
559 .withEndActions(mockEndAction::run) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMotionHelper.java288 .withEndActions(after); in animateIntoDismissTarget()
380 .withEndActions(endAction); in flingToSnapTarget()
423 .withEndActions(this::dismissPip);
517 .withEndActions(this::onBoundsAnimationEnd);
DPipTouchHandler.java602 .withEndActions(() -> mTargetViewContainer.setVisibility(View.GONE)) in hideDismissTarget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1962 .withEndActions(() -> { in animateExpansion() method
2037 .withEndActions(() -> { in animateCollapse() method
2074 .withEndActions(this::releaseAnimatingOutBubbleBuffer) in animateSwitchBubbles()
2107 .withEndActions(() -> { in animateSwitchBubbles() method
2397 .withEndActions(() -> mDismissTargetContainer.setVisibility(View.INVISIBLE)) in hideDismissTarget()
2636 .withEndActions(() -> { in showManageMenu()
2650 .withEndActions(() -> mManageMenu.setVisibility(View.INVISIBLE)) in showManageMenu()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/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/bubbles/animation/
DExpandedAnimationController.java554 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
DStackAnimationController.java809 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()