Searched refs:mRingPath (Results 1 – 2 of 2) sorted by relevance
181 private Path mRingPath; field in GradientDrawable438 mRingPath = null; in setShape()994 if (mRingPath != null && (!st.mUseLevelForShape || !mPathIsDirty)) return mRingPath;1016 if (mRingPath == null) {1017 mRingPath = new Path();1019 mRingPath.reset();1022 final Path ringPath = mRingPath;1230 mRingPath = null;
19908 Landroid/graphics/drawable/GradientDrawable;->mRingPath:Landroid/graphics/Path;