Searched refs:mIconRingPaint (Results 1 – 1 of 1) sorted by relevance
58 private final Paint mIconRingPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in PredictedAppIcon212 mIconRingPaint.setColor(RING_SHADOW_COLOR); in drawEffect()213 mIconRingPaint.setMaskFilter(mShadowFilter); in drawEffect()214 canvas.drawPath(mRingPath, mIconRingPaint); in drawEffect()215 mIconRingPaint.setColor(mPlateColor); in drawEffect()216 mIconRingPaint.setMaskFilter(null); in drawEffect()217 canvas.drawPath(mRingPath, mIconRingPaint); in drawEffect()