Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java629 float mTrimPathEnd = 1; field in VectorDrawable_Delegate.VFullPath_Delegate
651 mTrimPathEnd = copy.mTrimPathEnd; in VFullPath_Delegate()
774 return mTrimPathEnd; in getTrimPathEnd()
778 mTrimPathEnd = trimPathEnd; in setTrimPathEnd()
1154 if (fullPath.mTrimPathStart != 0.0f || fullPath.mTrimPathEnd != 1.0f) { in drawPath()
1156 float end = (fullPath.mTrimPathEnd + fullPath.mTrimPathOffset) % 1.0f; in drawPath()