Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java172 private Path mRingPath; field in GradientDrawable
428 mRingPath = null; in setShape()
828 if (mRingPath != null && (!st.mUseLevelForShape || !mPathIsDirty)) return mRingPath;
850 if (mRingPath == null) {
851 mRingPath = new Path();
853 mRingPath.reset();
856 final Path ringPath = mRingPath;
1062 mRingPath = null;