Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java632 Cap mStrokeLineCap = BUTT; field in VectorDrawable_Delegate.VFullPath_Delegate
654 mStrokeLineCap = copy.mStrokeLineCap; in VFullPath_Delegate()
664 switch (mStrokeLineCap) { in getStrokeLineCap()
681 mStrokeLineCap = BUTT; in setStrokeLineCap()
684 mStrokeLineCap = ROUND; in setStrokeLineCap()
687 mStrokeLineCap = SQUARE; in setStrokeLineCap()
1224 if (fullPath.mStrokeLineCap != null) { in drawPath()
1225 strokePaint.setStrokeCap(fullPath.mStrokeLineCap); in drawPath()