apkfuckery/com.discord/smali/e/g/j/c.smali
2020-02-20 20:33:18 +01:00

200 lines
3 KiB
Smali

.class public final Le/g/j/c;
.super Ljava/lang/Object;
.source "CameraSize.kt"
# interfaces
.implements Ljava/lang/Comparable;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/lang/Comparable<",
"Le/g/j/c;",
">;"
}
.end annotation
# instance fields
.field public final d:I
.field public final e:I
# direct methods
.method public constructor <init>(II)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Le/g/j/c;->d:I
iput p2, p0, Le/g/j/c;->e:I
return-void
.end method
# virtual methods
.method public final a()I
.locals 2
iget v0, p0, Le/g/j/c;->d:I
iget v1, p0, Le/g/j/c;->e:I
mul-int v0, v0, v1
return v0
.end method
.method public compareTo(Ljava/lang/Object;)I
.locals 2
check-cast p1, Le/g/j/c;
if-eqz p1, :cond_2
iget v0, p0, Le/g/j/c;->d:I
iget v1, p0, Le/g/j/c;->e:I
mul-int v0, v0, v1
iget v1, p1, Le/g/j/c;->d:I
iget p1, p1, Le/g/j/c;->e:I
mul-int v1, v1, p1
sub-int/2addr v0, v1
if-lez v0, :cond_0
const/4 p1, 0x1
goto :goto_0
:cond_0
if-gez v0, :cond_1
const/4 p1, -0x1
goto :goto_0
:cond_1
const/4 p1, 0x0
:goto_0
return p1
:cond_2
const-string p1, "other"
invoke-static {p1}, Lw/u/b/j;->a(Ljava/lang/String;)V
const/4 p1, 0x0
throw p1
.end method
.method public equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-eq p0, p1, :cond_3
instance-of v1, p1, Le/g/j/c;
const/4 v2, 0x0
if-eqz v1, :cond_2
check-cast p1, Le/g/j/c;
iget v1, p0, Le/g/j/c;->d:I
iget v3, p1, Le/g/j/c;->d:I
if-ne v1, v3, :cond_0
const/4 v1, 0x1
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
if-eqz v1, :cond_2
iget v1, p0, Le/g/j/c;->e:I
iget p1, p1, Le/g/j/c;->e:I
if-ne v1, p1, :cond_1
const/4 p1, 0x1
goto :goto_1
:cond_1
const/4 p1, 0x0
:goto_1
if-eqz p1, :cond_2
goto :goto_2
:cond_2
return v2
:cond_3
:goto_2
return v0
.end method
.method public hashCode()I
.locals 2
iget v0, p0, Le/g/j/c;->d:I
mul-int/lit8 v0, v0, 0x1f
iget v1, p0, Le/g/j/c;->e:I
add-int/2addr v0, v1
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 3
const-string v0, "CameraSize(width="
invoke-static {v0}, Le/e/b/a/a;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
iget v1, p0, Le/g/j/c;->d:I
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
const-string v1, ", height="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget v1, p0, Le/g/j/c;->e:I
const-string v2, ")"
invoke-static {v0, v1, v2}, Le/e/b/a/a;->a(Ljava/lang/StringBuilder;ILjava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method