com.bumptech.glide.load.resource.UnitTransformation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glide Show documentation
Show all versions of glide Show documentation
A fast and efficient image loading library for Android focused on smooth scrolling.
package com.bumptech.glide.load.resource;
import android.content.Context;
import com.bumptech.glide.load.Transformation;
import com.bumptech.glide.load.engine.Resource;
import java.security.MessageDigest;
/**
* A noop Transformation that simply returns the given resource.
*
* @param The type of the resource that will always be returned unmodified.
*/
public final class UnitTransformation implements Transformation {
private static final Transformation> TRANSFORMATION = new UnitTransformation