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