Searched defs:mTrimPathEnd (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java957 if (fullPath.mTrimPathStart != 0.0f || fullPath.mTrimPathEnd != 1.0f) {
959 float end = (fullPath.mTrimPathEnd + fullPath.mTrimPathOffset) % 1.0f;
1354 float mTrimPathEnd = 1; field in class:VectorDrawable.VFullPath
1376 mTrimPathEnd = copy.mTrimPathEnd;
1455 mTrimPathEnd = a.getFloat(R.styleable.VectorDrawablePath_trimPathEnd,
1456 mTrimPathEnd);
1537 return mTrimPathEnd;
1542 mTrimPathEnd = trimPathEnd;

Completed in 25 milliseconds