tmap/smali/t/a$b.smali
2022-06-10 21:38:30 +09:00

240 lines
3.8 KiB
Smali

.class public final Lt/a$b;
.super Ljava/lang/Object;
.source "InputConfigurationCompat.java"
# interfaces
.implements Lt/a$c;
# annotations
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lt/a;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "b"
.end annotation
# instance fields
.field public final a:I
.field public final b:I
.field public final c:I
# direct methods
.method public constructor <init>(III)V
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0,
0x0
}
names = {
"width",
"height",
"format"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput p1, p0, Lt/a$b;->a:I
.line 3
iput p2, p0, Lt/a$b;->b:I
.line 4
iput p3, p0, Lt/a$b;->c:I
return-void
.end method
# virtual methods
.method public a()Ljava/lang/Object;
.locals 1
const/4 v0, 0x0
return-object v0
.end method
.method public equals(Ljava/lang/Object;)Z
.locals 3
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"obj"
}
.end annotation
.line 1
instance-of v0, p1, Lt/a$b;
const/4 v1, 0x0
if-nez v0, :cond_0
return v1
.line 2
:cond_0
check-cast p1, Lt/a$b;
.line 3
invoke-virtual {p1}, Lt/a$b;->getWidth()I
move-result v0
iget v2, p0, Lt/a$b;->a:I
if-ne v0, v2, :cond_1
.line 4
invoke-virtual {p1}, Lt/a$b;->getHeight()I
move-result v0
iget v2, p0, Lt/a$b;->b:I
if-ne v0, v2, :cond_1
.line 5
invoke-virtual {p1}, Lt/a$b;->g()I
move-result p1
iget v0, p0, Lt/a$b;->c:I
if-ne p1, v0, :cond_1
const/4 v1, 0x1
:cond_1
return v1
.end method
.method public g()I
.locals 1
.line 1
iget v0, p0, Lt/a$b;->c:I
return v0
.end method
.method public getHeight()I
.locals 1
.line 1
iget v0, p0, Lt/a$b;->b:I
return v0
.end method
.method public getWidth()I
.locals 1
.line 1
iget v0, p0, Lt/a$b;->a:I
return v0
.end method
.method public hashCode()I
.locals 2
.line 1
iget v0, p0, Lt/a$b;->a:I
const/16 v1, 0x1f
xor-int/2addr v0, v1
shl-int/lit8 v1, v0, 0x5
sub-int/2addr v1, v0
.line 2
iget v0, p0, Lt/a$b;->b:I
xor-int/2addr v0, v1
shl-int/lit8 v1, v0, 0x5
sub-int/2addr v1, v0
.line 3
iget v0, p0, Lt/a$b;->c:I
xor-int/2addr v0, v1
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 3
.annotation build Landroid/annotation/SuppressLint;
value = {
"DefaultLocale"
}
.end annotation
const/4 v0, 0x3
new-array v0, v0, [Ljava/lang/Object;
.line 1
iget v1, p0, Lt/a$b;->a:I
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
iget v1, p0, Lt/a$b;->b:I
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
iget v1, p0, Lt/a$b;->c:I
.line 2
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
const/4 v2, 0x2
aput-object v1, v0, v2
const-string v1, "InputConfiguration(w:%d, h:%d, format:%d)"
.line 3
invoke-static {v1, v0}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method