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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1004 if (fullPath.mStrokeLineJoin != null) {
1005 strokePaint.setStrokeJoin(fullPath.mStrokeLineJoin);
1361 Paint.Join mStrokeLineJoin = Paint.Join.MITER; field in class:VectorDrawable.VFullPath
1383 mStrokeLineJoin = copy.mStrokeLineJoin;
1448 mStrokeLineJoin = getStrokeLineJoin(a.getInt(
1449 R.styleable.VectorDrawablePath_strokeLineJoin, -1), mStrokeLineJoin);

Completed in 28 milliseconds