Searched refs:settleBackAnimator (Results 1 – 1 of 1) sorted by relevance
645 ValueAnimator settleBackAnimator = ValueAnimator.ofFloat(DOT_OVERSHOOT_FACTOR, in startDotAppearAnimation() local647 settleBackAnimator.addUpdateListener(dotSizeUpdater); in startDotAppearAnimation()648 settleBackAnimator.setDuration(DOT_APPEAR_DURATION_OVERSHOOT - overShootDuration); in startDotAppearAnimation()649 settleBackAnimator.addListener(dotFinishListener); in startDotAppearAnimation()651 animatorSet.playSequentially(overShootAnimator, settleBackAnimator); in startDotAppearAnimation()