Home
last modified time | relevance | path

Searched refs:LOW_RES_BITMAP_BLUR_RADIUS (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperSurfaceCallback2.java21 import static com.android.wallpaper.util.WallpaperSurfaceCallback.LOW_RES_BITMAP_BLUR_RADIUS;
209 RenderEffect.createBlurEffect(LOW_RES_BITMAP_BLUR_RADIUS, in setHomeImageWallpaperBlur()
210 LOW_RES_BITMAP_BLUR_RADIUS, Shader.TileMode.CLAMP)); in setHomeImageWallpaperBlur()
DWallpaperSurfaceCallback.java49 public static final float LOW_RES_BITMAP_BLUR_RADIUS = 150f; field in WallpaperSurfaceCallback
233 RenderEffect.createBlurEffect(LOW_RES_BITMAP_BLUR_RADIUS, in setHomeImageWallpaperBlur()
234 LOW_RES_BITMAP_BLUR_RADIUS, Shader.TileMode.CLAMP)); in setHomeImageWallpaperBlur()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DStaticWallpaperPreviewBinder.kt37 import com.android.wallpaper.util.WallpaperSurfaceCallback.LOW_RES_BITMAP_BLUR_RADIUS in <lambda>()
130 LOW_RES_BITMAP_BLUR_RADIUS, in <lambda>()
131 LOW_RES_BITMAP_BLUR_RADIUS, in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java22 import static com.android.wallpaper.util.WallpaperSurfaceCallback.LOW_RES_BITMAP_BLUR_RADIUS;
489 RenderEffect.createBlurEffect(LOW_RES_BITMAP_BLUR_RADIUS, in surfaceCreated()
490 LOW_RES_BITMAP_BLUR_RADIUS, Shader.TileMode.CLAMP)); in surfaceCreated()