Searched refs:expandBackgroundColorAnimator (Results 1 – 1 of 1) sorted by relevance
152 ValueAnimator expandBackgroundColorAnimator = ValueAnimator.ofObject(new ArgbEvaluator(), in createAnimators() local154 expandBackgroundColorAnimator.setDuration(EXPAND_COLOR_ANIMATION_MS); in createAnimators()155 expandBackgroundColorAnimator.setInterpolator(Interpolators.LINEAR); in createAnimators()156 expandBackgroundColorAnimator.addUpdateListener( in createAnimators()175 expandBackgroundColorAnimator, expandTextColorAnimator); in createAnimators()