Searched defs:mStrokeColor (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DVectorDrawableCompat.java1225 if (fullPath.mStrokeColor != Color.TRANSPARENT) {
1242 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha));
1640 int mStrokeColor = Color.TRANSPARENT; field in class:VectorDrawableCompat.VFullPath
1664 mStrokeColor = copy.mStrokeColor;
1760 mStrokeColor = TypedArrayUtils.getNamedColor(a, parser, "strokeColor",
1761 AndroidResources.STYLEABLE_VECTOR_DRAWABLE_PATH_STROKE_COLOR, mStrokeColor);
1795 return mStrokeColor;
1800 mStrokeColor = strokeColor;
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java619 int mStrokeColor = Color.TRANSPARENT; field in class:VectorDrawable_Delegate.VFullPath_Delegate
644 mStrokeColor = copy.mStrokeColor;
725 return mStrokeColor;
729 mStrokeColor = strokeColor;
1209 if (fullPath.mStrokeColor != Color.TRANSPARENT) {
1226 strokePaint.setColor(applyAlpha(applyAlpha(fullPath.mStrokeColor, fullPath
/frameworks/base/core/java/com/android/internal/widget/
H A DEmphasizedNotificationButton.java39 private final int mStrokeColor; field in class:EmphasizedNotificationButton
60 mStrokeColor = getContext().getColor(com.android.internal.R.color.material_grey_300);
80 inner.setStroke(hasStroke ? mStrokeWidth : 0, mStrokeColor);

Completed in 107 milliseconds