apkfuckery/com.discord/smali/com/discord/widgets/user/profile/UserProfileConnectionsView$ViewState.smali

323 lines
9.2 KiB
Smali
Raw Normal View History

2019-10-19 01:51:17 +00:00
.class public final Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;
.super Ljava/lang/Object;
.source "UserProfileConnectionsView.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/discord/widgets/user/profile/UserProfileConnectionsView;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "ViewState"
.end annotation
# instance fields
2019-12-06 03:29:40 +00:00
.field public final connectedAccountItems:Ljava/util/List;
2019-10-19 01:51:17 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ConnectedAccountItem;",
">;"
}
.end annotation
.end field
2019-12-06 03:29:40 +00:00
.field public final showConnectionsSection:Z
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
.field public final showMutualGuildsAndFriends:Z
2019-10-23 04:50:18 +00:00
2019-10-19 01:51:17 +00:00
# direct methods
2019-10-23 04:50:18 +00:00
.method public constructor <init>(ZZLjava/util/List;)V
2019-12-06 03:29:40 +00:00
.locals 0
2019-10-19 01:51:17 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-10-23 04:50:18 +00:00
"(ZZ",
2019-10-19 01:51:17 +00:00
"Ljava/util/List<",
"Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ConnectedAccountItem;",
">;)V"
}
.end annotation
2019-12-06 03:29:40 +00:00
if-eqz p3, :cond_0
2019-10-19 01:51:17 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-10-23 04:50:18 +00:00
iput-boolean p1, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showConnectionsSection:Z
iput-boolean p2, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showMutualGuildsAndFriends:Z
iput-object p3, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->connectedAccountItems:Ljava/util/List;
2019-10-19 01:51:17 +00:00
return-void
2019-12-06 03:29:40 +00:00
:cond_0
const-string p1, "connectedAccountItems"
2019-12-21 01:41:59 +00:00
invoke-static {p1}, Lt/u/b/j;->a(Ljava/lang/String;)V
2019-12-06 03:29:40 +00:00
const/4 p1, 0x0
throw p1
2019-10-19 01:51:17 +00:00
.end method
2019-10-23 04:50:18 +00:00
.method public static synthetic copy$default(Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;ZZLjava/util/List;ILjava/lang/Object;)Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;
2019-10-19 01:51:17 +00:00
.locals 0
2019-10-23 04:50:18 +00:00
and-int/lit8 p5, p4, 0x1
2019-10-19 01:51:17 +00:00
2019-10-23 04:50:18 +00:00
if-eqz p5, :cond_0
2019-10-19 01:51:17 +00:00
2019-10-23 04:50:18 +00:00
iget-boolean p1, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showConnectionsSection:Z
2019-10-19 01:51:17 +00:00
:cond_0
2019-10-23 04:50:18 +00:00
and-int/lit8 p5, p4, 0x2
if-eqz p5, :cond_1
iget-boolean p2, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showMutualGuildsAndFriends:Z
:cond_1
and-int/lit8 p4, p4, 0x4
if-eqz p4, :cond_2
iget-object p3, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->connectedAccountItems:Ljava/util/List;
:cond_2
invoke-virtual {p0, p1, p2, p3}, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->copy(ZZLjava/util/List;)Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;
2019-10-19 01:51:17 +00:00
move-result-object p0
return-object p0
.end method
# virtual methods
2019-10-23 04:50:18 +00:00
.method public final component1()Z
.locals 1
iget-boolean v0, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showConnectionsSection:Z
return v0
.end method
.method public final component2()Z
.locals 1
iget-boolean v0, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showMutualGuildsAndFriends:Z
return v0
.end method
.method public final component3()Ljava/util/List;
2019-10-19 01:51:17 +00:00
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ConnectedAccountItem;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->connectedAccountItems:Ljava/util/List;
return-object v0
.end method
2019-10-23 04:50:18 +00:00
.method public final copy(ZZLjava/util/List;)Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;
2019-10-19 01:51:17 +00:00
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
2019-10-23 04:50:18 +00:00
"(ZZ",
2019-10-19 01:51:17 +00:00
"Ljava/util/List<",
"Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ConnectedAccountItem;",
">;)",
"Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;"
}
.end annotation
2019-12-06 03:29:40 +00:00
if-eqz p3, :cond_0
2019-10-19 01:51:17 +00:00
new-instance v0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;
2019-10-23 04:50:18 +00:00
invoke-direct {v0, p1, p2, p3}, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;-><init>(ZZLjava/util/List;)V
2019-10-19 01:51:17 +00:00
return-object v0
2019-12-06 03:29:40 +00:00
:cond_0
const-string p1, "connectedAccountItems"
2019-10-19 01:51:17 +00:00
2019-12-21 01:41:59 +00:00
invoke-static {p1}, Lt/u/b/j;->a(Ljava/lang/String;)V
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
const/4 p1, 0x0
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
throw p1
.end method
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
.method public equals(Ljava/lang/Object;)Z
.locals 2
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
if-eq p0, p1, :cond_1
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
instance-of v0, p1, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
if-eqz v0, :cond_0
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
check-cast p1, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
iget-boolean v0, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showConnectionsSection:Z
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
iget-boolean v1, p1, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showConnectionsSection:Z
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
if-ne v0, v1, :cond_0
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
iget-boolean v0, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showMutualGuildsAndFriends:Z
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
iget-boolean v1, p1, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showMutualGuildsAndFriends:Z
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
if-ne v0, v1, :cond_0
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
iget-object v0, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->connectedAccountItems:Ljava/util/List;
2019-10-23 04:50:18 +00:00
iget-object p1, p1, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->connectedAccountItems:Ljava/util/List;
2019-12-21 01:41:59 +00:00
invoke-static {v0, p1}, Lt/u/b/j;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
2019-10-23 04:50:18 +00:00
move-result p1
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
if-eqz p1, :cond_0
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
goto :goto_0
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
:cond_0
const/4 p1, 0x0
2019-10-23 04:50:18 +00:00
2019-12-06 03:29:40 +00:00
return p1
:cond_1
:goto_0
const/4 p1, 0x1
return p1
2019-10-19 01:51:17 +00:00
.end method
.method public final getConnectedAccountItems()Ljava/util/List;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ConnectedAccountItem;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->connectedAccountItems:Ljava/util/List;
return-object v0
.end method
2019-10-23 04:50:18 +00:00
.method public final getShowConnectionsSection()Z
2019-10-19 01:51:17 +00:00
.locals 1
2019-10-23 04:50:18 +00:00
iget-boolean v0, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showConnectionsSection:Z
2019-10-19 01:51:17 +00:00
2019-10-23 04:50:18 +00:00
return v0
.end method
2019-10-19 01:51:17 +00:00
2019-10-23 04:50:18 +00:00
.method public final getShowMutualGuildsAndFriends()Z
.locals 1
2019-10-19 01:51:17 +00:00
2019-10-23 04:50:18 +00:00
iget-boolean v0, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showMutualGuildsAndFriends:Z
2019-10-19 01:51:17 +00:00
return v0
2019-10-23 04:50:18 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public hashCode()I
2019-10-23 04:50:18 +00:00
.locals 3
iget-boolean v0, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showConnectionsSection:Z
const/4 v1, 0x1
if-eqz v0, :cond_0
const/4 v0, 0x1
2019-10-19 01:51:17 +00:00
:cond_0
2019-10-23 04:50:18 +00:00
mul-int/lit8 v0, v0, 0x1f
iget-boolean v2, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showMutualGuildsAndFriends:Z
if-eqz v2, :cond_1
goto :goto_0
:cond_1
move v1, v2
:goto_0
add-int/2addr v0, v1
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->connectedAccountItems:Ljava/util/List;
if-eqz v1, :cond_2
invoke-virtual {v1}, Ljava/lang/Object;->hashCode()I
move-result v1
goto :goto_1
:cond_2
const/4 v1, 0x0
:goto_1
add-int/2addr v0, v1
2019-10-19 01:51:17 +00:00
return v0
.end method
2019-12-06 03:29:40 +00:00
.method public toString()Ljava/lang/String;
.locals 3
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
const-string v0, "ViewState(showConnectionsSection="
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
invoke-static {v0}, Le/e/b/a/a;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
move-result-object v0
2019-10-19 01:51:17 +00:00
2019-10-23 04:50:18 +00:00
iget-boolean v1, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showConnectionsSection:Z
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Z)Ljava/lang/StringBuilder;
const-string v1, ", showMutualGuildsAndFriends="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-boolean v1, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->showMutualGuildsAndFriends:Z
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Z)Ljava/lang/StringBuilder;
const-string v1, ", connectedAccountItems="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
2019-10-19 01:51:17 +00:00
iget-object v1, p0, Lcom/discord/widgets/user/profile/UserProfileConnectionsView$ViewState;->connectedAccountItems:Ljava/util/List;
2019-12-06 03:29:40 +00:00
const-string v2, ")"
2019-10-19 01:51:17 +00:00
2019-12-06 03:29:40 +00:00
invoke-static {v0, v1, v2}, Le/e/b/a/a;->a(Ljava/lang/StringBuilder;Ljava/util/List;Ljava/lang/String;)Ljava/lang/String;
2019-10-19 01:51:17 +00:00
move-result-object v0
return-object v0
.end method