HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentBorderTintColor (Results 1 - 2 of 2) sorted by null

  /frameworks/support/design/base/android/support/design/widget/
CircularBorderDrawable.java 55 private int mCurrentBorderTintColor;
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...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 229 milliseconds