Searched refs:mStrokeAlpha (Results 1 – 2 of 2) sorted by relevance
1239 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha)); in drawPath()1641 float mStrokeAlpha = 1.0f; field in VectorDrawableCompat.VFullPath1662 mStrokeAlpha = copy.mStrokeAlpha; in VFullPath()1757 mStrokeAlpha = TypedArrayUtils.getNamedFloat(a, parser, "strokeAlpha", in updateStateFromTypedArray()1758 AndroidResources.styleable_VectorDrawablePath_strokeAlpha, mStrokeAlpha); in updateStateFromTypedArray()1805 return mStrokeAlpha; in getStrokeAlpha()1810 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()