Searched refs:contractBackgroundColorAnimator (Results 1 – 1 of 1) sorted by relevance
197 ValueAnimator contractBackgroundColorAnimator = ValueAnimator.ofObject(new ArgbEvaluator(), in createAnimators() local199 contractBackgroundColorAnimator.setInterpolator(Animation.contractionColorInterpolator); in createAnimators()200 contractBackgroundColorAnimator.setStartDelay(Animation.contractionStartDelay); in createAnimators()201 contractBackgroundColorAnimator.setDuration(Animation.contractionDuration); in createAnimators()202 contractBackgroundColorAnimator.addUpdateListener( in createAnimators()221 contractAnimators.add(contractBackgroundColorAnimator); in createAnimators()