Searched refs:settleBackAnimator (Results 1 – 1 of 1) sorted by relevance
615 ValueAnimator settleBackAnimator = ValueAnimator.ofFloat(DOT_OVERSHOOT_FACTOR, in startDotAppearAnimation() local617 settleBackAnimator.addUpdateListener(dotSizeUpdater); in startDotAppearAnimation()618 settleBackAnimator.setDuration(DOT_APPEAR_DURATION_OVERSHOOT - overShootDuration); in startDotAppearAnimation()619 settleBackAnimator.addListener(dotFinishListener); in startDotAppearAnimation()621 animatorSet.playSequentially(overShootAnimator, settleBackAnimator); in startDotAppearAnimation()