类 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
    • 字段概要

      • 从接口继承的字段 com.bumptech.glide.load.Key

        CHARSET, STRING_CHARSET_NAME
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected android.graphics.Bitmap transform​(com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool pool, android.graphics.Bitmap toTransform, int outWidth, int outHeight)  
      void updateDiskCacheKey​(java.security.MessageDigest messageDigest)  
      • 从类继承的方法 com.bumptech.glide.load.resource.bitmap.CenterCrop

        equals, hashCode
      • 从类继承的方法 com.bumptech.glide.load.resource.bitmap.BitmapTransformation

        transform
      • 从类继承的方法 java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • EaseCallGlideBlurTransformation

        public EaseCallGlideBlurTransformation​(android.content.Context context)
    • 方法详细资料

      • 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