Searched refs:mBlurPaint (Results 1 – 4 of 4) sorted by relevance
50 private final Paint mBlurPaint; field in ShadowGenerator56 mBlurPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG); in ShadowGenerator()64 mBlurPaint.setMaskFilter(mDefaultBlurMaskFilter); in drawShadow()65 Bitmap shadow = icon.extractAlpha(mBlurPaint, offset); in drawShadow()
669 private Paint mBlurPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG); field in SimpleIconFactory680 mBlurPaint.setMaskFilter(blurMaskFilter); in recreateIcon()681 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);
69325 Landroid/widget/StackView$HolographicHelper;->mBlurPaint:Landroid/graphics/Paint;