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.java1076 strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, fullPath.mStrokeAlpha));
1478 float mStrokeAlpha = 1.0f; field in class:VectorDrawableCompat.VFullPath
1499 mStrokeAlpha = copy.mStrokeAlpha;
1594 mStrokeAlpha = TypedArrayUtils.getNamedFloat(a, parser, "strokeAlpha",
1595 AndroidResources.styleable_VectorDrawablePath_strokeAlpha, mStrokeAlpha);
1642 return mStrokeAlpha;
1647 mStrokeAlpha = strokeAlpha;

Completed in 413 milliseconds