2022-06-10 21:38:30 +09:00

90 lines
1.3 KiB
Smali

.class public Lld/b$a;
.super Ljava/lang/Object;
.source "SpeedQueue.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lld/b;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "a"
.end annotation
# instance fields
.field public a:J
.field public b:I
.field public c:I
# direct methods
.method public constructor <init>(JII)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-wide p1, p0, Lld/b$a;->a:J
.line 3
iput p3, p0, Lld/b$a;->b:I
.line 4
iput p4, p0, Lld/b$a;->c:I
return-void
.end method
.method public static synthetic a(Lld/b$a;)I
.locals 0
.line 1
iget p0, p0, Lld/b$a;->b:I
return p0
.end method
.method public static synthetic b(Lld/b$a;)J
.locals 2
.line 1
iget-wide v0, p0, Lld/b$a;->a:J
return-wide v0
.end method
# virtual methods
.method public c()I
.locals 1
.line 1
iget v0, p0, Lld/b$a;->b:I
return v0
.end method
.method public d()J
.locals 2
.line 1
iget-wide v0, p0, Lld/b$a;->a:J
return-wide v0
.end method
.method public e()I
.locals 1
.line 1
iget v0, p0, Lld/b$a;->c:I
return v0
.end method