HomeSort by relevance Sort by last modified time
    Searched defs:mBlurPaint (Results 1 - 9 of 9) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java 28 private final Paint mBlurPaint = new Paint();
64 mBlurPaint.setFilterBitmap(true);
65 mBlurPaint.setAntiAlias(true);
136 mBlurPaint.setMaskFilter(outerBlurMaskFilter);
138 Bitmap thickOuterBlur = glowShape.extractAlpha(mBlurPaint, outerBlurOffset);
140 mBlurPaint.setMaskFilter(sMediumOuterBlurMaskFilter);
142 mBlurPaint.setMaskFilter(sThinOuterBlurMaskFilter);
146 Bitmap brightOutline = glowShape.extractAlpha(mBlurPaint, brightOutlineOffset);
165 mBlurPaint.setMaskFilter(innerBlurMaskFilter);
167 Bitmap thickInnerBlur = glowShape.extractAlpha(mBlurPaint, thickInnerBlurOffset)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ShadowGenerator.java 51 private final Paint mBlurPaint;
57 mBlurPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG);
69 mBlurPaint.setMaskFilter(blurMaskFilter);
70 Bitmap shadow = icon.extractAlpha(mBlurPaint, offset);
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 71 milliseconds