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

  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java 166 int[] thickInnerBlurOffset = new int[2];
167 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset);
171 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0],
172 -thickInnerBlurOffset[1], mErasePaint);
173 srcDstCanvas.drawRect(0, 0, -thickInnerBlurOffset[0], thickInnerBlur.getHeight(),
175 srcDstCanvas.drawRect(0, 0, thickInnerBlur.getWidth(), -thickInnerBlurOffset[1],
182 srcDstCanvas.drawBitmap(thickInnerBlur, thickInnerBlurOffset[0], thickInnerBlurOffset[1],
  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicOutlineHelper.java 174 int[] thickInnerBlurOffset = new int[2];
175 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset);
179 srcDstCanvas.drawBitmap(glowShape, -thickInnerBlurOffset[0],
180 -thickInnerBlurOffset[1], mErasePaint);
181 srcDstCanvas.drawRect(0, 0, -thickInnerBlurOffset[0], thickInnerBlur.getHeight(),
183 srcDstCanvas.drawRect(0, 0, thickInnerBlur.getWidth(), -thickInnerBlurOffset[1],
190 srcDstCanvas.drawBitmap(thickInnerBlur, thickInnerBlurOffset[0], thickInnerBlurOffset[1],

Completed in 27 milliseconds