Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationControllerTest.java55 private final Runnable mOnBubbleAnimatedOutAction = mBubbleRemovedSemaphore::release; field in ExpandedAnimationControllerTest
77 mOnBubbleAnimatedOutAction, in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java138 private Runnable mOnBubbleAnimatedOutAction; field in ExpandedAnimationController
158 mOnBubbleAnimatedOutAction = onBubbleAnimatedOutAction; in ExpandedAnimationController()
589 mOnBubbleAnimatedOutAction.run(); in onChildRemoved()
595 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()
DStackAnimationController.java251 private Runnable mOnBubbleAnimatedOutAction; field in StackAnimationController
266 mOnBubbleAnimatedOutAction = onBubbleAnimatedOutAction; in StackAnimationController()
743 .withEndActions(finishRemoval, mOnBubbleAnimatedOutAction) in onChildRemoved()