You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.6 KiB
73 lines
1.6 KiB
2 years ago
|
.class Lcom/viatech/common/ThumbnailCacheManager$1;
|
||
|
.super Landroid/util/LruCache;
|
||
|
.source "ThumbnailCacheManager.java"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||
|
value = Lcom/viatech/common/ThumbnailCacheManager;-><init>(II)V
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x0
|
||
|
name = null
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"Landroid/util/LruCache",
|
||
|
"<",
|
||
|
"Ljava/lang/String;",
|
||
|
"Landroid/graphics/Bitmap;",
|
||
|
">;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field final synthetic this$0:Lcom/viatech/common/ThumbnailCacheManager;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method constructor <init>(Lcom/viatech/common/ThumbnailCacheManager;I)V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 93
|
||
|
iput-object p1, p0, Lcom/viatech/common/ThumbnailCacheManager$1;->this$0:Lcom/viatech/common/ThumbnailCacheManager;
|
||
|
|
||
|
invoke-direct {p0, p2}, Landroid/util/LruCache;-><init>(I)V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method protected bridge synthetic sizeOf(Ljava/lang/Object;Ljava/lang/Object;)I
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 93
|
||
|
check-cast p1, Ljava/lang/String;
|
||
|
|
||
|
check-cast p2, Landroid/graphics/Bitmap;
|
||
|
|
||
|
invoke-virtual {p0, p1, p2}, Lcom/viatech/common/ThumbnailCacheManager$1;->sizeOf(Ljava/lang/String;Landroid/graphics/Bitmap;)I
|
||
|
|
||
|
move-result v0
|
||
|
|
||
|
return v0
|
||
|
.end method
|
||
|
|
||
|
.method protected sizeOf(Ljava/lang/String;Landroid/graphics/Bitmap;)I
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 96
|
||
|
invoke-virtual {p2}, Landroid/graphics/Bitmap;->getByteCount()I
|
||
|
|
||
|
move-result v0
|
||
|
|
||
|
return v0
|
||
|
.end method
|