Home
last modified time | relevance | path

Searched refs:mBlurPaint (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DShadowGenerator.java49 private final Paint mBlurPaint; field in ShadowGenerator
55 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()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DSimpleIconFactory.java668 private Paint mBlurPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG); field in SimpleIconFactory
679 mBlurPaint.setMaskFilter(blurMaskFilter); in recreateIcon()
680 Bitmap shadow = icon.extractAlpha(mBlurPaint, offset); in recreateIcon()