Searched defs:blur (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DImageUtils.java36 public static Bitmap blur(Context context, @NonNull Bitmap image, float scale, float radius) { method in class:ImageUtils
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java919 * Apply blur to the input image represented in an array of colors and put
924 * @param out output array of colors after the blur
927 * @param size size of the Gaussian blur mask
929 public static void blur(int[] src, int[] out, int w, int h, int size) { method in class:CameraUtil
/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DVideoCallFragment.java1154 // and thus this blur has no effect.
1156 blur(getContext(), bitmap, blurRadius);
1237 private static void blur(Context context, Bitmap image, float blurRadius) { method in class:VideoCallFragment

Completed in 209 milliseconds