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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1009 strokePaint.setStrokeMiter(fullPath.mStrokeMiterlimit);
1359 float mStrokeMiterlimit = 4; field in class:VectorDrawable.VFullPath
1381 mStrokeMiterlimit = copy.mStrokeMiterlimit;
1447 mStrokeMiterlimit = a.getFloat(
1448 R.styleable.VectorDrawablePath_strokeMiterLimit, mStrokeMiterlimit);

Completed in 52 milliseconds