Searched refs:settleBackAnimator (Results 1 – 1 of 1) sorted by relevance
656 ValueAnimator settleBackAnimator = ValueAnimator.ofFloat(DOT_OVERSHOOT_FACTOR, in startDotAppearAnimation() local658 settleBackAnimator.addUpdateListener(dotSizeUpdater); in startDotAppearAnimation()659 settleBackAnimator.setDuration(DOT_APPEAR_DURATION_OVERSHOOT - overShootDuration); in startDotAppearAnimation()660 settleBackAnimator.addListener(dotFinishListener); in startDotAppearAnimation()662 animatorSet.playSequentially(overShootAnimator, settleBackAnimator); in startDotAppearAnimation()