Searched refs:mBlurPaint (Results 1 – 4 of 4) 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()
656 private Paint mBlurPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG); field in SimpleIconFactory667 mBlurPaint.setMaskFilter(blurMaskFilter); in recreateIcon()668 Bitmap shadow = icon.extractAlpha(mBlurPaint, offset); in recreateIcon()
1418 private final Paint mBlurPaint = new Paint();1452 mBlurPaint.setMaskFilter(mSmallBlurMaskFilter);1454 mBlurPaint.setMaskFilter(mLargeBlurMaskFilter);1486 Bitmap mask = src.extractAlpha(mBlurPaint, xy);
73291 Landroid/widget/StackView$HolographicHelper;->mBlurPaint:Landroid/graphics/Paint;