Searched refs:mBlurPaint (Results 1 – 1 of 1) sorted by relevance
47 private final Paint mBlurPaint; field in ShadowGenerator53 mBlurPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG); in ShadowGenerator()65 mBlurPaint.setMaskFilter(blurMaskFilter); in recreateIcon()66 Bitmap shadow = icon.extractAlpha(mBlurPaint, offset); in recreateIcon()