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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java996 if (fullPath.mStrokeColor != Color.TRANSPARENT) {
1013 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha));
1349 int mStrokeColor = Color.TRANSPARENT; field in class:VectorDrawable.VFullPath
1372 mStrokeColor = copy.mStrokeColor;
1452 mStrokeColor = a.getColor(R.styleable.VectorDrawablePath_strokeColor,
1453 mStrokeColor);
1480 return mStrokeColor;
1485 mStrokeColor = strokeColor;

Completed in 209 milliseconds