Searched refs:mStrokeAlpha (Results 1 – 2 of 2) sorted by relevance
1076 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha)); in drawPath()1478 float mStrokeAlpha = 1.0f; field in VectorDrawableCompat.VFullPath1499 mStrokeAlpha = copy.mStrokeAlpha; in VFullPath()1594 mStrokeAlpha = TypedArrayUtils.getNamedFloat(a, parser, "strokeAlpha", in updateStateFromTypedArray()1595 AndroidResources.styleable_VectorDrawablePath_strokeAlpha, mStrokeAlpha); in updateStateFromTypedArray()1642 return mStrokeAlpha; in getStrokeAlpha()1647 mStrokeAlpha = strokeAlpha; in setStrokeAlpha()
588 float mStrokeAlpha = 1.0f; field in VectorDrawable_Delegate.VFullPath_Delegate609 mStrokeAlpha = copy.mStrokeAlpha; in VFullPath_Delegate()704 return mStrokeAlpha; in getStrokeAlpha()708 mStrokeAlpha = strokeAlpha; in setStrokeAlpha()1165 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha)); in drawPath()