public class GlideThumbnailTransformationPB
extends com.bumptech.glide.load.resource.bitmap.BitmapTransformation
Modifier and Type | Field and Description |
---|---|
static int |
MAX_COLUMNS |
static int |
MAX_LINES |
static int |
THUMBNAILS_EACH |
Constructor and Description |
---|
GlideThumbnailTransformationPB(long position) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
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) |
public static final int MAX_LINES
public static final int MAX_COLUMNS
public static final int THUMBNAILS_EACH
public GlideThumbnailTransformationPB(long position)
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
in class com.bumptech.glide.load.resource.bitmap.BitmapTransformation
public void updateDiskCacheKey(java.security.MessageDigest messageDigest)
public int hashCode()
hashCode
in interface com.bumptech.glide.load.Key
hashCode
in interface com.bumptech.glide.load.Transformation<android.graphics.Bitmap>
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in interface com.bumptech.glide.load.Key
equals
in interface com.bumptech.glide.load.Transformation<android.graphics.Bitmap>
equals
in class java.lang.Object