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
427 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;