Searched refs:contractBackgroundColorAnimator (Results 1 – 1 of 1) sorted by relevance
183 ValueAnimator contractBackgroundColorAnimator = ValueAnimator.ofObject(new ArgbEvaluator(), in createAnimators() local185 contractBackgroundColorAnimator.setInterpolator(Interpolators.LINEAR); in createAnimators()186 contractBackgroundColorAnimator.setStartDelay(CONTRACT_ANIMATION_DELAY_MS); in createAnimators()187 contractBackgroundColorAnimator.setDuration(CONTRACT_ANIMATION_MS); in createAnimators()188 contractBackgroundColorAnimator.addUpdateListener( in createAnimators()208 contractBackgroundColorAnimator, contractTextColorAnimator); in createAnimators()