Searched defs:mCurrentBorderTintColor (Results 1 - 1 of 1) sorted by path

/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java55 private int mCurrentBorderTintColor; field in class:CircularBorderDrawable
127 mCurrentBorderTintColor = tint.getColorForState(getState(), mCurrentBorderTintColor);
165 final int newColor = mBorderTint.getColorForState(state, mCurrentBorderTintColor);
166 if (newColor != mCurrentBorderTintColor) {
168 mCurrentBorderTintColor = newColor;
188 colors[0] = ColorUtils.compositeColors(mTopOuterStrokeColor, mCurrentBorderTintColor);
189 colors[1] = ColorUtils.compositeColors(mTopInnerStrokeColor, mCurrentBorderTintColor);
191 ColorUtils.setAlphaComponent(mTopInnerStrokeColor, 0), mCurrentBorderTintColor);
193 ColorUtils.setAlphaComponent(mBottomInnerStrokeColor, 0), mCurrentBorderTintColor);
[all...]

Completed in 86 milliseconds