Searched refs:mRingPath (Results 1 – 3 of 3) sorted by relevance
80 private final Path mRingPath = new Path(); field in PredictedAppIcon136 canvas.clipPath(mRingPath); in onDraw()332 mRingPath.reset(); in updateRingPath()335 mRingPath.addPath(mShapePath, mTmpMatrix); in updateRingPath()344 mRingPath.addPath(mShapePath, mTmpMatrix); in updateRingPath()355 canvas.drawPath(mRingPath, mIconRingPaint); in drawEffect()358 canvas.drawPath(mRingPath, mIconRingPaint); in drawEffect()
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;