Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java596 float mStrokeMiterlimit = 4; field in VectorDrawable_Delegate.VFullPath_Delegate
618 mStrokeMiterlimit = copy.mStrokeMiterlimit; in VFullPath_Delegate()
752 mStrokeMiterlimit = limit; in setStrokeMiterlimit()
756 return mStrokeMiterlimit; in getStrokeMiterlimit()
1164 strokePaint.setStrokeMiter(fullPath.mStrokeMiterlimit); in drawPath()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1075 strokePaint.setStrokeMiter(fullPath.mStrokeMiterlimit); in drawPath()
1487 float mStrokeMiterlimit = 4; field in VectorDrawableCompat.VFullPath
1509 mStrokeMiterlimit = copy.mStrokeMiterlimit; in VFullPath()
1589 mStrokeMiterlimit = TypedArrayUtils.getNamedFloat(a, parser, "strokeMiterLimit", in updateStateFromTypedArray()
1591 mStrokeMiterlimit); in updateStateFromTypedArray()