Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java161 private Animator mBubbleBarLocationAnimator = null; field in BubbleBarView
555 if (mBubbleBarLocationAnimator != null && mBubbleBarLocationAnimator.isRunning()) { in animateToBubbleBarLocation()
556 mBubbleBarLocationAnimator.removeAllListeners(); in animateToBubbleBarLocation()
557 mBubbleBarLocationAnimator.cancel(); in animateToBubbleBarLocation()
564 mBubbleBarLocationAnimator = animateToBubbleBarLocationOut(bubbleBarLocation); in animateToBubbleBarLocation()
565 mBubbleBarLocationAnimator.addListener(AnimatorListeners.forEndCallback(() -> { in animateToBubbleBarLocation()
567 mBubbleBarLocationAnimator = animateToBubbleBarLocationIn(mBubbleBarLocation, in animateToBubbleBarLocation()
569 mBubbleBarLocationAnimator.start(); in animateToBubbleBarLocation()
571 mBubbleBarLocationAnimator.start(); in animateToBubbleBarLocation()
643 if (mBubbleBarLocationAnimator != null) { in resetDragAnimation()
[all …]