Home
last modified time | relevance | path

Searched refs:onNewBubbleAnimationInterrupted (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt189 verify(bubbleStashController).onNewBubbleAnimationInterrupted(any(), any()) in animateBubbleInForStashed_touchTaskbarArea_whileShowing()
230 verify(bubbleStashController).onNewBubbleAnimationInterrupted(any(), any()) in animateBubbleInForStashed_touchTaskbarArea_whileHiding()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimator.kt338 bubbleStashController.onNewBubbleAnimationInterrupted( in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java437 public void onNewBubbleAnimationInterrupted(boolean isStashed, float bubbleBarTranslationY) { in onNewBubbleAnimationInterrupted() method in BubbleStashController
DBubbleBarViewController.java159 mBubbleStashController.onNewBubbleAnimationInterrupted(false, mBarView.getTranslationY()); in onBubbleBarTouchedWhileAnimating()