Searched refs:onNewBubbleAnimationInterrupted (Results 1 – 4 of 4) sorted by relevance
189 verify(bubbleStashController).onNewBubbleAnimationInterrupted(any(), any()) in animateBubbleInForStashed_touchTaskbarArea_whileShowing()230 verify(bubbleStashController).onNewBubbleAnimationInterrupted(any(), any()) in animateBubbleInForStashed_touchTaskbarArea_whileHiding()
338 bubbleStashController.onNewBubbleAnimationInterrupted( in <lambda>()
437 public void onNewBubbleAnimationInterrupted(boolean isStashed, float bubbleBarTranslationY) { in onNewBubbleAnimationInterrupted() method in BubbleStashController
159 mBubbleStashController.onNewBubbleAnimationInterrupted(false, mBarView.getTranslationY()); in onBubbleBarTouchedWhileAnimating()