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.
74 lines
1.6 KiB
74 lines
1.6 KiB
2 years ago
|
.class final Lcom/viatech/gallery/FileScanner$1;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "FileScanner.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Ljava/util/Comparator;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Lcom/viatech/gallery/FileScanner;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x8
|
||
|
name = null
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"Ljava/lang/Object;",
|
||
|
"Ljava/util/Comparator",
|
||
|
"<",
|
||
|
"Lcom/viatech/gallery/FileInfo;",
|
||
|
">;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method constructor <init>()V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 39
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public compare(Lcom/viatech/gallery/FileInfo;Lcom/viatech/gallery/FileInfo;)I
|
||
|
.locals 2
|
||
|
|
||
|
.prologue
|
||
|
.line 41
|
||
|
iget-object v0, p1, Lcom/viatech/gallery/FileInfo;->name:Ljava/lang/String;
|
||
|
|
||
|
iget-object v1, p2, Lcom/viatech/gallery/FileInfo;->name:Ljava/lang/String;
|
||
|
|
||
|
invoke-virtual {v0, v1}, Ljava/lang/String;->compareToIgnoreCase(Ljava/lang/String;)I
|
||
|
|
||
|
move-result v0
|
||
|
|
||
|
return v0
|
||
|
.end method
|
||
|
|
||
|
.method public bridge synthetic compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 39
|
||
|
check-cast p1, Lcom/viatech/gallery/FileInfo;
|
||
|
|
||
|
check-cast p2, Lcom/viatech/gallery/FileInfo;
|
||
|
|
||
|
invoke-virtual {p0, p1, p2}, Lcom/viatech/gallery/FileScanner$1;->compare(Lcom/viatech/gallery/FileInfo;Lcom/viatech/gallery/FileInfo;)I
|
||
|
|
||
|
move-result v0
|
||
|
|
||
|
return v0
|
||
|
.end method
|