51 lines
1.1 KiB
Smali
51 lines
1.1 KiB
Smali
|
.class public Landroidx/recyclerview/widget/DiffUtil$Range;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "DiffUtil.java"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Landroidx/recyclerview/widget/DiffUtil;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x9
|
||
|
name = "Range"
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field public newListEnd:I
|
||
|
|
||
|
.field public newListStart:I
|
||
|
|
||
|
.field public oldListEnd:I
|
||
|
|
||
|
.field public oldListStart:I
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public constructor <init>()V
|
||
|
.locals 0
|
||
|
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public constructor <init>(IIII)V
|
||
|
.locals 0
|
||
|
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
iput p1, p0, Landroidx/recyclerview/widget/DiffUtil$Range;->oldListStart:I
|
||
|
|
||
|
iput p2, p0, Landroidx/recyclerview/widget/DiffUtil$Range;->oldListEnd:I
|
||
|
|
||
|
iput p3, p0, Landroidx/recyclerview/widget/DiffUtil$Range;->newListStart:I
|
||
|
|
||
|
iput p4, p0, Landroidx/recyclerview/widget/DiffUtil$Range;->newListEnd:I
|
||
|
|
||
|
return-void
|
||
|
.end method
|