Searched refs:mBlurPaint (Results 1 – 2 of 2) sorted by relevance
36 private final Paint mBlurPaint = new Paint(); field in HolographicOutlineHelper66 mBlurPaint.setFilterBitmap(true); in HolographicOutlineHelper()67 mBlurPaint.setAntiAlias(true); in HolographicOutlineHelper()109 mBlurPaint.setMaskFilter(mMediumOuterBlurMaskFilter); in applyExpensiveOutlineWithBlur()111 Bitmap thickOuterBlur = glowShape.extractAlpha(mBlurPaint, outerBlurOffset); in applyExpensiveOutlineWithBlur()113 mBlurPaint.setMaskFilter(mThinOuterBlurMaskFilter); in applyExpensiveOutlineWithBlur()115 Bitmap brightOutline = glowShape.extractAlpha(mBlurPaint, brightOutlineOffset); in applyExpensiveOutlineWithBlur()120 mBlurPaint.setMaskFilter(mMediumInnerBlurMaskFilter); in applyExpensiveOutlineWithBlur()122 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset); in applyExpensiveOutlineWithBlur()183 mBlurPaint.setMaskFilter(mShaowBlurMaskFilter); in createMediumDropShadow()[all …]
28 private final Paint mBlurPaint = new Paint(); field in HolographicOutlineHelper64 mBlurPaint.setFilterBitmap(true); in HolographicOutlineHelper()65 mBlurPaint.setAntiAlias(true); in HolographicOutlineHelper()136 mBlurPaint.setMaskFilter(outerBlurMaskFilter); in applyExpensiveOutlineWithBlur()138 Bitmap thickOuterBlur = glowShape.extractAlpha(mBlurPaint, outerBlurOffset); in applyExpensiveOutlineWithBlur()140 mBlurPaint.setMaskFilter(sMediumOuterBlurMaskFilter); in applyExpensiveOutlineWithBlur()142 mBlurPaint.setMaskFilter(sThinOuterBlurMaskFilter); in applyExpensiveOutlineWithBlur()146 Bitmap brightOutline = glowShape.extractAlpha(mBlurPaint, brightOutlineOffset); in applyExpensiveOutlineWithBlur()165 mBlurPaint.setMaskFilter(innerBlurMaskFilter); in applyExpensiveOutlineWithBlur()167 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset); in applyExpensiveOutlineWithBlur()