public class BlurTransformation
extends BitmapTransformation
Created by JessYan on 03/04/2018 15:14 Contact me Follow me ================================================
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_RADIUS |
| Constructor and Description |
|---|
BlurTransformation(int radius) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
protected android.graphics.Bitmap |
transform(BitmapPool pool,
android.graphics.Bitmap toTransform,
int outWidth,
int outHeight) |
void |
updateDiskCacheKey(java.security.MessageDigest messageDigest) |
public static final int DEFAULT_RADIUS
public void updateDiskCacheKey(java.security.MessageDigest messageDigest)
protected android.graphics.Bitmap transform(BitmapPool pool,
android.graphics.Bitmap toTransform,
int outWidth,
int outHeight)
public boolean equals(java.lang.Object o)
public int hashCode()