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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java596 float mStrokeMiterlimit = 4; field in class:VectorDrawable_Delegate.VFullPath_Delegate
618 mStrokeMiterlimit = copy.mStrokeMiterlimit;
752 mStrokeMiterlimit = limit;
756 return mStrokeMiterlimit;
1164 strokePaint.setStrokeMiter(fullPath.mStrokeMiterlimit);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1075 strokePaint.setStrokeMiter(fullPath.mStrokeMiterlimit);
1487 float mStrokeMiterlimit = 4; field in class:VectorDrawableCompat.VFullPath
1509 mStrokeMiterlimit = copy.mStrokeMiterlimit;
1589 mStrokeMiterlimit = TypedArrayUtils.getNamedFloat(a, parser, "strokeMiterLimit",
1591 mStrokeMiterlimit);

Completed in 3482 milliseconds