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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1241 if (fullPath.mStrokeLineCap != null) {
1242 strokePaint.setStrokeCap(fullPath.mStrokeLineCap);
1655 Paint.Cap mStrokeLineCap = Paint.Cap.BUTT; field in class:VectorDrawableCompat.VFullPath
1677 mStrokeLineCap = copy.mStrokeLineCap;
1756 mStrokeLineCap = getStrokeLineCap(lineCap, mStrokeLineCap);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java620 Cap mStrokeLineCap = BUTT; field in class:VectorDrawable_Delegate.VFullPath_Delegate
642 mStrokeLineCap = copy.mStrokeLineCap;
652 switch (mStrokeLineCap) {
669 mStrokeLineCap = BUTT;
672 mStrokeLineCap = ROUND;
675 mStrokeLineCap = SQUARE;
1196 if (fullPath.mStrokeLineCap != null) {
1197 strokePaint.setStrokeCap(fullPath.mStrokeLineCap);

Completed in 60 milliseconds