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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1008 if (fullPath.mStrokeLineCap != null) {
1009 strokePaint.setStrokeCap(fullPath.mStrokeLineCap);
1360 Paint.Cap mStrokeLineCap = Paint.Cap.BUTT; field in class:VectorDrawable.VFullPath
1382 mStrokeLineCap = copy.mStrokeLineCap;
1446 mStrokeLineCap = getStrokeLineCap(a.getInt(
1447 R.styleable.VectorDrawablePath_strokeLineCap, -1), mStrokeLineCap);

Completed in 21 milliseconds