Searched refs:mRingPath (Results 1 – 1 of 1) sorted by relevance
172 private Path mRingPath; field in GradientDrawable427 mRingPath = null; in setShape()799 if (mRingPath != null && (!st.mUseLevelForShape || !mPathIsDirty)) return mRingPath;821 if (mRingPath == null) {822 mRingPath = new Path();824 mRingPath.reset();827 final Path ringPath = mRingPath;1024 mRingPath = null;