Searched refs:mBlurPaint (Results 1 – 2 of 2) sorted by relevance
591 private Paint mBlurPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG); field in SimpleIconFactory602 mBlurPaint.setMaskFilter(blurMaskFilter); in recreateIcon()603 Bitmap shadow = icon.extractAlpha(mBlurPaint, offset); in recreateIcon()
1382 private final Paint mBlurPaint = new Paint();1416 mBlurPaint.setMaskFilter(mSmallBlurMaskFilter);1418 mBlurPaint.setMaskFilter(mLargeBlurMaskFilter);1450 Bitmap mask = src.extractAlpha(mBlurPaint, xy);