mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
67 lines
1.6 KiB
Smali
67 lines
1.6 KiB
Smali
.class Landroidx/recyclerview/widget/DiffUtil$1;
|
|
.super Ljava/lang/Object;
|
|
.source "DiffUtil.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/Comparator;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/recyclerview/widget/DiffUtil;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x0
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Ljava/util/Comparator<",
|
|
"Landroidx/recyclerview/widget/DiffUtil$Diagonal;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 87
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public compare(Landroidx/recyclerview/widget/DiffUtil$Diagonal;Landroidx/recyclerview/widget/DiffUtil$Diagonal;)I
|
|
.locals 0
|
|
|
|
.line 90
|
|
iget p0, p1, Landroidx/recyclerview/widget/DiffUtil$Diagonal;->x:I
|
|
|
|
iget p1, p2, Landroidx/recyclerview/widget/DiffUtil$Diagonal;->x:I
|
|
|
|
sub-int/2addr p0, p1
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public bridge synthetic compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
.line 87
|
|
check-cast p1, Landroidx/recyclerview/widget/DiffUtil$Diagonal;
|
|
|
|
check-cast p2, Landroidx/recyclerview/widget/DiffUtil$Diagonal;
|
|
|
|
invoke-virtual {p0, p1, p2}, Landroidx/recyclerview/widget/DiffUtil$1;->compare(Landroidx/recyclerview/widget/DiffUtil$Diagonal;Landroidx/recyclerview/widget/DiffUtil$Diagonal;)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|