HomeSort by relevance Sort by last modified time
    Searched refs:glowShape (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java 119 Bitmap glowShape = srcDst.extractAlpha();
138 Bitmap thickOuterBlur = glowShape.extractAlpha(mBlurPaint, outerBlurOffset);
146 Bitmap brightOutline = glowShape.extractAlpha(mBlurPaint, brightOutlineOffset);
149 srcDstCanvas.setBitmap(glowShape);
167 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset);
171 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0],
197 glowShape.recycle();
  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicOutlineHelper.java 127 Bitmap glowShape = srcDst.extractAlpha();
146 Bitmap thickOuterBlur = glowShape.extractAlpha(mBlurPaint, outerBlurOffset);
154 Bitmap brightOutline = glowShape.extractAlpha(mBlurPaint, brightOutlineOffset);
157 srcDstCanvas.setBitmap(glowShape);
175 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset);
179 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0],
205 glowShape.recycle();

Completed in 809 milliseconds