Searched refs:mStrokeColor (Results 1 – 2 of 2) sorted by relevance
39 private final int mStrokeColor; field in EmphasizedNotificationButton60 mStrokeColor = getContext().getColor(com.android.internal.R.color.material_grey_300); in EmphasizedNotificationButton()80 inner.setStroke(hasStroke ? mStrokeWidth : 0, mStrokeColor); in setHasStroke()
620 int mStrokeColor = Color.TRANSPARENT; field in VectorDrawable_Delegate.VFullPath_Delegate645 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()