Searched refs:colorAnimator (Results 1 – 2 of 2) 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()
244 AnimatorSet colorAnimator = new AnimatorSet(); in assignMarginsAndBackgrounds() local257 setChildColor(view, colors[0], colorAnimator); in assignMarginsAndBackgrounds()281 setChildColor(view, backgroundColor, colorAnimator); in assignMarginsAndBackgrounds()285 colorAnimator.setDuration(0).start(); in assignMarginsAndBackgrounds()