Searched refs:mRingPath (Results 1 – 2 of 2) sorted by relevance
192 private Path mRingPath; field in GradientDrawable453 mRingPath = null; in setShape()1009 if (mRingPath != null && (!st.mUseLevelForShape || !mPathIsDirty)) return mRingPath;1031 if (mRingPath == null) {1032 mRingPath = new Path();1034 mRingPath.reset();1037 final Path ringPath = mRingPath;1244 mRingPath = null;
19899 Landroid/graphics/drawable/GradientDrawable;->mRingPath:Landroid/graphics/Path;