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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java595 Join mStrokeLineJoin = MITER; field in class:VectorDrawable_Delegate.VFullPath_Delegate
617 mStrokeLineJoin = copy.mStrokeLineJoin;
657 switch (mStrokeLineJoin) {
674 mStrokeLineJoin = BEVEL;
677 mStrokeLineJoin = MITER;
680 mStrokeLineJoin = Join.ROUND;
1156 if (fullPath.mStrokeLineJoin != null) {
1157 strokePaint.setStrokeJoin(fullPath.mStrokeLineJoin);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1230 if (fullPath.mStrokeLineJoin != null) {
1231 strokePaint.setStrokeJoin(fullPath.mStrokeLineJoin);
1649 Paint.Join mStrokeLineJoin = Paint.Join.MITER; field in class:VectorDrawableCompat.VFullPath
1671 mStrokeLineJoin = copy.mStrokeLineJoin;
1751 mStrokeLineJoin = getStrokeLineJoin(lineJoin, mStrokeLineJoin);

Completed in 30 milliseconds