类 EaseCallGlideBlurTransformation
- java.lang.Object
-
- com.bumptech.glide.load.resource.bitmap.BitmapTransformation
-
- com.bumptech.glide.load.resource.bitmap.CenterCrop
-
- io.agora.chat.callkit.utils.EaseCallGlideBlurTransformation
-
- 所有已实现的接口:
com.bumptech.glide.load.Key,com.bumptech.glide.load.Transformation<android.graphics.Bitmap>
public class EaseCallGlideBlurTransformation extends com.bumptech.glide.load.resource.bitmap.CenterCrop
-
-
构造器概要
构造器 构造器 说明 EaseCallGlideBlurTransformation(android.content.Context context)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected android.graphics.Bitmaptransform(com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool pool, android.graphics.Bitmap toTransform, int outWidth, int outHeight)voidupdateDiskCacheKey(java.security.MessageDigest messageDigest)
-
-
-
方法详细资料
-
transform
protected android.graphics.Bitmap transform(@NonNull com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool pool, @NonNull android.graphics.Bitmap toTransform, int outWidth, int outHeight)- 覆盖:
transform在类中com.bumptech.glide.load.resource.bitmap.CenterCrop
-
updateDiskCacheKey
public void updateDiskCacheKey(java.security.MessageDigest messageDigest)
- 指定者:
updateDiskCacheKey在接口中com.bumptech.glide.load.Key- 覆盖:
updateDiskCacheKey在类中com.bumptech.glide.load.resource.bitmap.CenterCrop
-
-