Home | History | Annotate | Download | only in drawable

Lines Matching defs:mStrokeColors

1877         ComplexColor mStrokeColors = null;
1889 mStrokeColors = copy.mStrokeColors;
1918 if (mStrokeColors != null && mStrokeColors instanceof ColorStateList) {
1921 ((ColorStateList) mStrokeColors).getColorForState(stateSet, oldStrokeColor);
1942 return mStrokeColors != null || mFillColors != null;
1947 return (mStrokeColors != null && mStrokeColors instanceof ColorStateList &&
1948 ((ColorStateList) mStrokeColors).hasFocusStateSpecified()) &&
2042 mStrokeColors = strokeColors;
2045 mStrokeColors = strokeColors;
2047 mStrokeColors = null;
2089 boolean strokeCanApplyTheme = canComplexColorApplyTheme(mStrokeColors);
2110 boolean strokeCanApplyTheme = canComplexColorApplyTheme(mStrokeColors);
2123 mStrokeColors = mStrokeColors.obtainForTheme(t);
2124 if (mStrokeColors instanceof GradientColor) {
2126 ((GradientColor) mStrokeColors).getShader().getNativeInstance());
2127 } else if (mStrokeColors instanceof ColorStateList) {
2128 nSetStrokeColor(mNativePtr, mStrokeColors.getDefaultColor());
2145 mStrokeColors = null;