/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | BitmapProcessor.java | 48 public static Bitmap blur(Context context, Bitmap bitmap, int outWidth, in blur() method in BitmapProcessor 51 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(renderScript, in blur() local 78 blur.setRadius(BLUR_RADIUS); in blur() 79 blur.setInput(input); in blur() 80 blur.forEach(output); in blur() 96 blur.destroy(); in blur()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/ |
D | DepthController.java | 229 final int blur; in setDepth() local 234 blur = 0; in setDepth() 236 blur = (int) (mDepth * mMaxBlurRadius); in setDepth() 239 .setBackgroundBlurRadius(mSurface, blur) in setDepth()
|
/packages/services/Car/service/res/raw/ |
D | horizontal_blur_fragment_shader.glsl | 15 * horizontally adjacent to it to produce a blur effect along the x-axis of the texture 18 * where r is the radius of the blur
|
D | vertical_blur_fragment_shader.glsl | 15 * vertically adjacent to it to produce a blur effect along the y-axis of the texture 18 * where r is the radius of the blur
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperPreviewBitmapTransformation.java | 70 return BitmapProcessor.blur(mContext, cropped, cropped.getWidth(), cropped.getHeight()); in transform()
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
D | ImageUtils.java | 42 public static Bitmap blur(Context context, @NonNull Bitmap image, Size bitmapTargetSize, in blur() method in ImageUtils
|
D | BackgroundImageView.java | 114 Bitmap blurred = ImageUtils.blur(getContext(), src, mBitmapTargetSize, mBitmapBlurPercent); in updateBlur()
|
/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
D | VideoCallFragment.java | 1226 blur(getContext(), bitmap, blurRadius); in updateBlurredImageView() 1307 private static void blur(Context context, Bitmap image, float blurRadius) { in blur() method in VideoCallFragment
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | CameraUtil.java | 929 public static void blur(int[] src, int[] out, int w, int h, int size) { in blur() method in CameraUtil
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |