Home
last modified time | relevance | path

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

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