NoOpCache.smali
.class public Lcom/facebook/fresco/animation/bitmap/cache/NoOpCache;
.super Ljava/lang/Object;
.source "NoOpCache.java"
# interfaces
.implements Lcom/facebook/fresco/animation/bitmap/BitmapFrameCache;
# direct methods
.method public constructor <init>()V
.registers 1
.line 19
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public clear()V
.registers 1
return-void
.end method
.method public contains(I)Z
.registers 2
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"frameNumber"
}
.end annotation
const/4 p1, 0x0
return p1
.end method
.method public getBitmapToReuseForFrame(III)Lcom/facebook/common/references/CloseableReference;
.registers 4
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0,
0x0
}
names = {
"frameNumber",
"width",
"height"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(III)",
"Lcom/facebook/common/references/CloseableReference<",
"Landroid/graphics/Bitmap;",
">;"
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
const/4 p1, 0x0
return-object p1
.end method
.method public getCachedFrame(I)Lcom/facebook/common/references/CloseableReference;
.registers 2
.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
const/4 p1, 0x0
return-object p1
.end method
.method public getFallbackFrame(I)Lcom/facebook/common/references/CloseableReference;
.registers 2
.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
const/4 p1, 0x0
return-object p1
.end method
.method public getSizeInBytes()I
.registers 2
const/4 v0, 0x0
return v0
.end method
.method public onFramePrepared(ILcom/facebook/common/references/CloseableReference;I)V
.registers 4
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0,
0x0
}
names = {
"frameNumber",
"bitmapReference",
"frameType"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(I",
"Lcom/facebook/common/references/CloseableReference<",
"Landroid/graphics/Bitmap;",
">;I)V"
}
.end annotation
return-void
.end method
.method public onFrameRendered(ILcom/facebook/common/references/CloseableReference;I)V
.registers 4
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0,
0x0
}
names = {
"frameNumber",
"bitmapReference",
"frameType"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(I",
"Lcom/facebook/common/references/CloseableReference<",
"Landroid/graphics/Bitmap;",
">;I)V"
}
.end annotation
return-void
.end method
.method public setFrameCacheListener(Lcom/facebook/fresco/animation/bitmap/BitmapFrameCache$FrameCacheListener;)V
.registers 2
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"frameCacheListener"
}
.end annotation
return-void
.end method