Searched refs:mErasePaint (Results 1 – 3 of 3) sorted by relevance
43 private final Paint mErasePaint = new Paint(); field in HolographicOutlineHelper71 mErasePaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST_OUT)); in HolographicOutlineHelper()72 mErasePaint.setFilterBitmap(true); in HolographicOutlineHelper()73 mErasePaint.setAntiAlias(true); in HolographicOutlineHelper()130 -thickInnerBlurOffset[1], mErasePaint); in applyExpensiveOutlineWithBlur()132 mErasePaint); in applyExpensiveOutlineWithBlur()134 mErasePaint); in applyExpensiveOutlineWithBlur()
29 private final Paint mErasePaint = new Paint(); field in HolographicOutlineHelper66 mErasePaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST_OUT)); in HolographicOutlineHelper()67 mErasePaint.setFilterBitmap(true); in HolographicOutlineHelper()68 mErasePaint.setAntiAlias(true); in HolographicOutlineHelper()172 -thickInnerBlurOffset[1], mErasePaint); in applyExpensiveOutlineWithBlur()174 mErasePaint); in applyExpensiveOutlineWithBlur()176 mErasePaint); in applyExpensiveOutlineWithBlur()
69 private Paint mErasePaint; field in Cling103 mErasePaint = new Paint(); in init()104 mErasePaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.MULTIPLY)); in init()105 mErasePaint.setColor(0xFFFFFF); in init()106 mErasePaint.setAlpha(0); in init()243 c.drawCircle(cx, cy, mRevealRadius, mErasePaint); in dispatchDraw()