Searched refs:mCurrentBorderTintColor (Results 1 – 1 of 1) sorted by relevance
55 private int mCurrentBorderTintColor; field in CircularBorderDrawable127 mCurrentBorderTintColor = tint.getColorForState(getState(), mCurrentBorderTintColor); in setBorderTint()165 final int newColor = mBorderTint.getColorForState(state, mCurrentBorderTintColor); in onStateChange()166 if (newColor != mCurrentBorderTintColor) { in onStateChange()168 mCurrentBorderTintColor = newColor; in onStateChange()188 colors[0] = ColorUtils.compositeColors(mTopOuterStrokeColor, mCurrentBorderTintColor); in createGradientShader()189 colors[1] = ColorUtils.compositeColors(mTopInnerStrokeColor, mCurrentBorderTintColor); in createGradientShader()191 ColorUtils.setAlphaComponent(mTopInnerStrokeColor, 0), mCurrentBorderTintColor); in createGradientShader()193 ColorUtils.setAlphaComponent(mBottomInnerStrokeColor, 0), mCurrentBorderTintColor); in createGradientShader()194 colors[4] = ColorUtils.compositeColors(mBottomInnerStrokeColor, mCurrentBorderTintColor); in createGradientShader()[all …]