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.java170 private Animator mBubbleBarLocationAnimator = null; field in BubbleBarView
484 if (mBubbleBarLocationAnimator != null && mBubbleBarLocationAnimator.isRunning()) { in animateToBubbleBarLocation()
485 mBubbleBarLocationAnimator.removeAllListeners(); in animateToBubbleBarLocation()
486 mBubbleBarLocationAnimator.cancel(); in animateToBubbleBarLocation()
493 mBubbleBarLocationAnimator = getLocationUpdateFadeOutAnimator(bubbleBarLocation); in animateToBubbleBarLocation()
494 mBubbleBarLocationAnimator.addListener(new AnimatorListenerAdapter() { in animateToBubbleBarLocation()
501 mBubbleBarLocationAnimator = getLocationUpdateFadeInAnimator(bubbleBarLocation); in animateToBubbleBarLocation()
502 mBubbleBarLocationAnimator.start(); in animateToBubbleBarLocation()
505 mBubbleBarLocationAnimator.start(); in animateToBubbleBarLocation()
597 if (mBubbleBarLocationAnimator != null) { in resetDragAnimation()
[all …]