Searched defs:mStrokeAlpha (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java588 float mStrokeAlpha = 1.0f; field in class:VectorDrawable_Delegate.VFullPath_Delegate
609 mStrokeAlpha = copy.mStrokeAlpha;
704 return mStrokeAlpha;
708 mStrokeAlpha = strokeAlpha;
1165 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha));
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1271 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha));
1673 float mStrokeAlpha = 1.0f; field in class:VectorDrawableCompat.VFullPath
1694 mStrokeAlpha = copy.mStrokeAlpha;
1789 mStrokeAlpha = TypedArrayUtils.getNamedFloat(a, parser, "strokeAlpha",
1790 AndroidResources.styleable_VectorDrawablePath_strokeAlpha, mStrokeAlpha);
1837 return mStrokeAlpha;
1842 mStrokeAlpha = strokeAlpha;

Completed in 163 milliseconds