Searched refs:colorAnimator (Results 1 – 4 of 4) sorted by relevance
189 final ValueAnimator colorAnimator = in animate() local191 colorAnimator.setDuration(CIRCLE_ANIM_DURATION_MS); in animate()192 colorAnimator.setInterpolator(Gusterpolator.INSTANCE); in animate()193 colorAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in animate()204 colorAnimator.addListener(new AnimatorListener() { in animate()240 colorAnimator.start(); in animate()
210 ObjectAnimator colorAnimator = in setTemp() local212 colorAnimator.setEvaluator((fraction, startValue, endValue) -> mColorStore in setTemp()214 colorAnimator.start(); in setTemp()
329 ValueAnimator colorAnimator = ValueAnimator.ofArgb(mCurrentTextColor, targetColor); in animateColor() local330 colorAnimator.addUpdateListener(animation -> { in animateColor()339 colorAnimator.start(); in animateColor()
261 AnimatorSet colorAnimator = new AnimatorSet(); in assignMarginsAndBackgrounds() local300 setChildColor(view, backgroundColor, colorAnimator); in assignMarginsAndBackgrounds()313 colorAnimator.setDuration(0).start(); in assignMarginsAndBackgrounds()