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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java594 Cap mStrokeLineCap = BUTT; field in class:VectorDrawable_Delegate.VFullPath_Delegate
616 mStrokeLineCap = copy.mStrokeLineCap;
626 switch (mStrokeLineCap) {
643 mStrokeLineCap = BUTT;
646 mStrokeLineCap = ROUND;
649 mStrokeLineCap = SQUARE;
1160 if (fullPath.mStrokeLineCap != null) {
1161 strokePaint.setStrokeCap(fullPath.mStrokeLineCap);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1071 if (fullPath.mStrokeLineCap != null) {
1072 strokePaint.setStrokeCap(fullPath.mStrokeLineCap);
1485 Paint.Cap mStrokeLineCap = Paint.Cap.BUTT; field in class:VectorDrawableCompat.VFullPath
1507 mStrokeLineCap = copy.mStrokeLineCap;
1585 mStrokeLineCap = getStrokeLineCap(lineCap, mStrokeLineCap);

Completed in 555 milliseconds