Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DHolographicOutlineHelper.java125 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset); in applyExpensiveOutlineWithBlur() local
128 srcDstCanvas.setBitmap(thickInnerBlur); in applyExpensiveOutlineWithBlur()
131 srcDstCanvas.drawRect(0, 0, -thickInnerBlurOffset[0], thickInnerBlur.getHeight(), in applyExpensiveOutlineWithBlur()
133 srcDstCanvas.drawRect(0, 0, thickInnerBlur.getWidth(), -thickInnerBlurOffset[1], in applyExpensiveOutlineWithBlur()
140 srcDstCanvas.drawBitmap(thickInnerBlur, thickInnerBlurOffset[0], thickInnerBlurOffset[1], in applyExpensiveOutlineWithBlur()
154 thickInnerBlur.recycle(); in applyExpensiveOutlineWithBlur()
/packages/apps/Launcher2/src/com/android/launcher2/
DHolographicOutlineHelper.java167 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset); in applyExpensiveOutlineWithBlur() local
170 srcDstCanvas.setBitmap(thickInnerBlur); in applyExpensiveOutlineWithBlur()
173 srcDstCanvas.drawRect(0, 0, -thickInnerBlurOffset[0], thickInnerBlur.getHeight(), in applyExpensiveOutlineWithBlur()
175 srcDstCanvas.drawRect(0, 0, thickInnerBlur.getWidth(), -thickInnerBlurOffset[1], in applyExpensiveOutlineWithBlur()
182 srcDstCanvas.drawBitmap(thickInnerBlur, thickInnerBlurOffset[0], thickInnerBlurOffset[1], in applyExpensiveOutlineWithBlur()
196 thickInnerBlur.recycle(); in applyExpensiveOutlineWithBlur()