Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DHolographicOutlineHelper.java109 Bitmap glowShape = srcDst.extractAlpha(); in applyExpensiveOutlineWithBlur() local
114 Bitmap thickOuterBlur = glowShape.extractAlpha(mBlurPaint, outerBlurOffset); in applyExpensiveOutlineWithBlur()
118 Bitmap brightOutline = glowShape.extractAlpha(mBlurPaint, brightOutlineOffset); in applyExpensiveOutlineWithBlur()
121 srcDstCanvas.setBitmap(glowShape); in applyExpensiveOutlineWithBlur()
125 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset); in applyExpensiveOutlineWithBlur()
129 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0], in applyExpensiveOutlineWithBlur()
155 glowShape.recycle(); in applyExpensiveOutlineWithBlur()
/packages/apps/Launcher2/src/com/android/launcher2/
DHolographicOutlineHelper.java119 Bitmap glowShape = srcDst.extractAlpha(); in applyExpensiveOutlineWithBlur() local
138 Bitmap thickOuterBlur = glowShape.extractAlpha(mBlurPaint, outerBlurOffset); in applyExpensiveOutlineWithBlur()
146 Bitmap brightOutline = glowShape.extractAlpha(mBlurPaint, brightOutlineOffset); in applyExpensiveOutlineWithBlur()
149 srcDstCanvas.setBitmap(glowShape); in applyExpensiveOutlineWithBlur()
167 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset); in applyExpensiveOutlineWithBlur()
171 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0], in applyExpensiveOutlineWithBlur()
197 glowShape.recycle(); in applyExpensiveOutlineWithBlur()