Home
last modified time | relevance | path

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

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