Transformation.smali
.class public interface abstract Lcom/bumptech/glide/load/Transformation;
.super Ljava/lang/Object;
.source "Transformation.java"
# interfaces
.implements Lcom/bumptech/glide/load/Key;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lcom/bumptech/glide/load/Key;"
}
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract transform(Landroid/content/Context;Lcom/bumptech/glide/load/engine/Resource;II)Lcom/bumptech/glide/load/engine/Resource;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/content/Context;",
"Lcom/bumptech/glide/load/engine/Resource<",
"TT;>;II)",
"Lcom/bumptech/glide/load/engine/Resource<",
"TT;>;"
}
.end annotation
.end method