Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java166 private ValueAnimator mNewBubbleScaleInAnimator = null; field in BubbleBarView
674 mNewBubbleScaleInAnimator.start(); in addBubble()
681 mNewBubbleScaleInAnimator = ValueAnimator.ofFloat(0, 1); in createNewBubbleScaleInAnimator()
682 mNewBubbleScaleInAnimator.setDuration(SCALE_IN_ANIMATION_DURATION_MS); in createNewBubbleScaleInAnimator()
683 mNewBubbleScaleInAnimator.addUpdateListener(animation -> { in createNewBubbleScaleInAnimator()
690 mNewBubbleScaleInAnimator.addListener(new AnimatorListenerAdapter() { in createNewBubbleScaleInAnimator()
700 mNewBubbleScaleInAnimator = null; in createNewBubbleScaleInAnimator()
864 if (mNewBubbleScaleInAnimator != null && mNewBubbleScaleInAnimator.isRunning()) { in getExpandedBubbleTranslationX()
888 if (mNewBubbleScaleInAnimator == null) { in getExpandedBubbleTranslationXDuringScaleAnimation()
894 final float newBubbleScale = mNewBubbleScaleInAnimator.getAnimatedFraction(); in getExpandedBubbleTranslationXDuringScaleAnimation()
[all …]