Home
last modified time | relevance | path

Searched refs:mOnBubbleAnimatedOutAction (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java128 private Runnable mOnBubbleAnimatedOutAction; field in ExpandedAnimationController
148 mOnBubbleAnimatedOutAction = onBubbleAnimatedOutAction; in ExpandedAnimationController()
559 mOnBubbleAnimatedOutAction.run(); in onChildRemoved()
565 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
H A DStackAnimationController.java250 private Runnable mOnBubbleAnimatedOutAction; field in StackAnimationController
265 mOnBubbleAnimatedOutAction = onBubbleAnimatedOutAction; in StackAnimationController()
742 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationControllerTest.java56 private Runnable mOnBubbleAnimatedOutAction = mock(Runnable.class); field in ExpandedAnimationControllerTest
78 mOnBubbleAnimatedOutAction, in setUp()