Searched refs:mBubbleBarLocationAnimator (Results 1 – 1 of 1) sorted by relevance
170 private Animator mBubbleBarLocationAnimator = null; field in BubbleBarView484 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 …]