Searched defs:mStrokeColor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java993 if (fullPath.mStrokeColor != Color.TRANSPARENT) {
1010 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha));
1346 int mStrokeColor = Color.TRANSPARENT; field in class:VectorDrawable.VFullPath
1369 mStrokeColor = copy.mStrokeColor;
1449 mStrokeColor = a.getColor(R.styleable.VectorDrawablePath_strokeColor,
1450 mStrokeColor);
1477 return mStrokeColor;
1482 mStrokeColor = strokeColor;

Completed in 754 milliseconds