Home
last modified time | relevance | path

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

/frameworks/support/design/base/android/support/design/widget/
DCircularBorderDrawable.java52 private int mBottomInnerStrokeColor; field in CircularBorderDrawable
71 mBottomInnerStrokeColor = bottomInnerStrokeColor; in setGradientColors()
193 ColorUtils.setAlphaComponent(mBottomInnerStrokeColor, 0), mCurrentBorderTintColor); in createGradientShader()
194 colors[4] = ColorUtils.compositeColors(mBottomInnerStrokeColor, mCurrentBorderTintColor); in createGradientShader()