Searched refs:newColor (Results 1 – 3 of 3) sorted by relevance
281 int newColor = mCircleColor.getColorForState(getDrawableState(), in setColorForCurrentState() local290 mCurrentColor, newColor }); in setColorForCurrentState()296 if (newColor != mCurrentColor) { in setColorForCurrentState()297 mCurrentColor = newColor; in setColorForCurrentState()
122 int newColor = (int) valueAnimator.getAnimatedValue(); in updateBackgroundColor()123 updateBackgroundColor(newColor); in updateBackgroundColor()
339 int newColor = getExtractedColor(extractedColors); in setupColorExtraction() local340 setChildColor(v, newColor, colors); in setupColorExtraction()344 setChildColor(childView, newColor, colors); in setupColorExtraction()348 mArrowColor = newColor; in setupColorExtraction()