Home
last modified time | relevance | path

Searched refs:mCurrentBorderTintColor (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/design/base/android/support/design/widget/
DCircularBorderDrawable.java55 private int mCurrentBorderTintColor; field in CircularBorderDrawable
127 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 …]