Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DEmphasizedNotificationButton.java39 private final int mStrokeColor; field in EmphasizedNotificationButton
60 mStrokeColor = getContext().getColor(com.android.internal.R.color.material_grey_300); in EmphasizedNotificationButton()
80 inner.setStroke(hasStroke ? mStrokeWidth : 0, mStrokeColor); in setHasStroke()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java620 int mStrokeColor = Color.TRANSPARENT; field in VectorDrawable_Delegate.VFullPath_Delegate
645 mStrokeColor = copy.mStrokeColor; in VFullPath_Delegate()
726 return mStrokeColor; in getStrokeColor()
730 mStrokeColor = strokeColor; in setStrokeColor()
1212 if (fullPath.mStrokeColor != Color.TRANSPARENT) { in drawPath()
1229 strokePaint.setColor(applyAlpha(applyAlpha(fullPath.mStrokeColor, fullPath in drawPath()