Searched defs:mRingPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java128 private Path mRingPath; field in class:GradientDrawable
298 mRingPath = null;
560 if (mRingPath != null && (!st.mUseLevelForShape || !mPathIsDirty)) return mRingPath;
582 if (mRingPath == null) {
583 mRingPath = new Path();
585 mRingPath.reset();
588 final Path ringPath = mRingPath;
665 mRingPath = null;

Completed in 59 milliseconds