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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java582 int mStrokeColor = Color.TRANSPARENT; field in class:VectorDrawable_Delegate.VFullPath_Delegate
607 mStrokeColor = copy.mStrokeColor;
688 return mStrokeColor;
692 mStrokeColor = strokeColor;
1148 if (fullPath.mStrokeColor != Color.TRANSPARENT) {
1165 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha));
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1222 if (fullPath.mStrokeColor != Color.TRANSPARENT) {
1239 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha));
1637 int mStrokeColor = Color.TRANSPARENT; field in class:VectorDrawableCompat.VFullPath
1660 mStrokeColor = copy.mStrokeColor;
1755 mStrokeColor = TypedArrayUtils.getNamedColor(a, parser, "strokeColor",
1756 AndroidResources.styleable_VectorDrawablePath_strokeColor, mStrokeColor);
1785 return mStrokeColor;
1790 mStrokeColor = strokeColor;

Completed in 61 milliseconds