AnimatedImageCompositor$Callback.smali
.class public interface abstract Lcom/facebook/imagepipeline/animated/impl/AnimatedImageCompositor$Callback;
.super Ljava/lang/Object;
.source "AnimatedImageCompositor.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/facebook/imagepipeline/animated/impl/AnimatedImageCompositor;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Callback"
.end annotation
# virtual methods
.method public abstract getCachedBitmap(I)Lcom/facebook/common/references/CloseableReference;
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"frameNumber"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)",
"Lcom/facebook/common/references/CloseableReference<",
"Landroid/graphics/Bitmap;",
">;"
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end method
.method public abstract onIntermediateResult(ILandroid/graphics/Bitmap;)V
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0
}
names = {
"frameNumber",
"bitmap"
}
.end annotation
.end method