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; /* loaded from: classes.dex */ public final class UnitTransformation implements Transformation { private static final Transformation b = new UnitTransformation(); private UnitTransformation() { } public static UnitTransformation a() { return (UnitTransformation) b; } @Override // com.bumptech.glide.load.Transformation public Resource a(Context context, Resource resource, int i, int i2) { return resource; } @Override // com.bumptech.glide.load.Key public void a(MessageDigest messageDigest) { } }