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.java1059 if (fullPath.mStrokeColor != Color.TRANSPARENT) {
1076 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha));
1474 int mStrokeColor = Color.TRANSPARENT; field in class:VectorDrawableCompat.VFullPath
1497 mStrokeColor = copy.mStrokeColor;
1592 mStrokeColor = TypedArrayUtils.getNamedColor(a, parser, "strokeColor",
1593 AndroidResources.styleable_VectorDrawablePath_strokeColor, mStrokeColor);
1622 return mStrokeColor;
1627 mStrokeColor = strokeColor;

Completed in 1801 milliseconds