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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java150 private Path mRingPath; field in class:GradientDrawable
372 mRingPath = null;
658 if (mRingPath != null && (!st.mUseLevelForShape || !mPathIsDirty)) return mRingPath;
680 if (mRingPath == null) {
681 mRingPath = new Path();
683 mRingPath.reset();
686 final Path ringPath = mRingPath;
864 mRingPath = null;

Completed in 26 milliseconds