Searched refs:mBlurPaint (Results 1 – 2 of 2) sorted by relevance
49 private final Paint mBlurPaint; field in ShadowGenerator55 mBlurPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG); in ShadowGenerator()68 mBlurPaint.setMaskFilter(blurMaskFilter); in recreateIcon()69 Bitmap shadow = icon.extractAlpha(mBlurPaint, offset); in recreateIcon()
668 private Paint mBlurPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG); field in SimpleIconFactory679 mBlurPaint.setMaskFilter(blurMaskFilter); in recreateIcon()680 Bitmap shadow = icon.extractAlpha(mBlurPaint, offset); in recreateIcon()