Changes of com.discord v1144
This commit is contained in:
parent
4746542b20
commit
f52990c3c2
25752 changed files with 4382359 additions and 77 deletions
|
@ -0,0 +1,58 @@
|
|||
.class public final Lcom/airbnb/lottie/LottieAnimationView$SavedState$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "LottieAnimationView.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/os/Parcelable$Creator;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lcom/airbnb/lottie/LottieAnimationView$SavedState;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x9
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Landroid/os/Parcelable$Creator<",
|
||||
"Lcom/airbnb/lottie/LottieAnimationView$SavedState;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, p1, v1}, Lcom/airbnb/lottie/LottieAnimationView$SavedState;-><init>(Landroid/os/Parcel;Lcom/airbnb/lottie/LottieAnimationView$a;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public newArray(I)[Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
new-array p1, p1, [Lcom/airbnb/lottie/LottieAnimationView$SavedState;
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -0,0 +1,152 @@
|
|||
.class public Lcom/airbnb/lottie/LottieAnimationView$SavedState;
|
||||
.super Landroid/view/View$BaseSavedState;
|
||||
.source "LottieAnimationView.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lcom/airbnb/lottie/LottieAnimationView;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x9
|
||||
name = "SavedState"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroid/os/Parcelable$Creator<",
|
||||
"Lcom/airbnb/lottie/LottieAnimationView$SavedState;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public d:Ljava/lang/String;
|
||||
|
||||
.field public e:I
|
||||
|
||||
.field public f:F
|
||||
|
||||
.field public g:Z
|
||||
|
||||
.field public h:Ljava/lang/String;
|
||||
|
||||
.field public i:I
|
||||
|
||||
.field public j:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lcom/airbnb/lottie/LottieAnimationView$SavedState$a;
|
||||
|
||||
invoke-direct {v0}, Lcom/airbnb/lottie/LottieAnimationView$SavedState$a;-><init>()V
|
||||
|
||||
sput-object v0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->CREATOR:Landroid/os/Parcelable$Creator;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public synthetic constructor <init>(Landroid/os/Parcel;Lcom/airbnb/lottie/LottieAnimationView$a;)V
|
||||
.locals 1
|
||||
|
||||
invoke-direct {p0, p1}, Landroid/view/View$BaseSavedState;-><init>(Landroid/os/Parcel;)V
|
||||
|
||||
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
iput-object p2, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->d:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {p1}, Landroid/os/Parcel;->readFloat()F
|
||||
|
||||
move-result p2
|
||||
|
||||
iput p2, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->f:F
|
||||
|
||||
invoke-virtual {p1}, Landroid/os/Parcel;->readInt()I
|
||||
|
||||
move-result p2
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
if-ne p2, v0, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
iput-boolean v0, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->g:Z
|
||||
|
||||
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
iput-object p2, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->h:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {p1}, Landroid/os/Parcel;->readInt()I
|
||||
|
||||
move-result p2
|
||||
|
||||
iput p2, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->i:I
|
||||
|
||||
invoke-virtual {p1}, Landroid/os/Parcel;->readInt()I
|
||||
|
||||
move-result p1
|
||||
|
||||
iput p1, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->j:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Landroid/os/Parcelable;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0, p1}, Landroid/view/View$BaseSavedState;-><init>(Landroid/os/Parcelable;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public writeToParcel(Landroid/os/Parcel;I)V
|
||||
.locals 0
|
||||
|
||||
invoke-super {p0, p1, p2}, Landroid/view/View$BaseSavedState;->writeToParcel(Landroid/os/Parcel;I)V
|
||||
|
||||
iget-object p2, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->d:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
|
||||
|
||||
iget p2, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->f:F
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeFloat(F)V
|
||||
|
||||
iget-boolean p2, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->g:Z
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeInt(I)V
|
||||
|
||||
iget-object p2, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->h:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
|
||||
|
||||
iget p2, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->i:I
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeInt(I)V
|
||||
|
||||
iget p2, p0, Lcom/airbnb/lottie/LottieAnimationView$SavedState;->j:I
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeInt(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,56 @@
|
|||
.class public Lcom/airbnb/lottie/LottieAnimationView$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "LottieAnimationView.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lf/d/a/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lcom/airbnb/lottie/LottieAnimationView;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lf/d/a/h<",
|
||||
"Lf/d/a/d;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Lcom/airbnb/lottie/LottieAnimationView;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lcom/airbnb/lottie/LottieAnimationView;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lcom/airbnb/lottie/LottieAnimationView$a;->a:Lcom/airbnb/lottie/LottieAnimationView;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
|
||||
check-cast p1, Lf/d/a/d;
|
||||
|
||||
iget-object v0, p0, Lcom/airbnb/lottie/LottieAnimationView$a;->a:Lcom/airbnb/lottie/LottieAnimationView;
|
||||
|
||||
invoke-virtual {v0, p1}, Lcom/airbnb/lottie/LottieAnimationView;->setComposition(Lf/d/a/d;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,52 @@
|
|||
.class public Lcom/airbnb/lottie/LottieAnimationView$b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "LottieAnimationView.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lf/d/a/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lcom/airbnb/lottie/LottieAnimationView;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lf/d/a/h<",
|
||||
"Ljava/lang/Throwable;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lcom/airbnb/lottie/LottieAnimationView;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)V
|
||||
.locals 2
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
new-instance v0, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string v1, "Unable to parse composition"
|
||||
|
||||
invoke-direct {v0, v1, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
1970
com.discord/smali/com/airbnb/lottie/LottieAnimationView.smali
Normal file
1970
com.discord/smali/com/airbnb/lottie/LottieAnimationView.smali
Normal file
File diff suppressed because it is too large
Load diff
1937
com.discord/smali/com/airbnb/lottie/R$a.smali
Normal file
1937
com.discord/smali/com/airbnb/lottie/R$a.smali
Normal file
File diff suppressed because it is too large
Load diff
21
com.discord/smali/com/airbnb/lottie/R.smali
Normal file
21
com.discord/smali/com/airbnb/lottie/R.smali
Normal file
|
@ -0,0 +1,21 @@
|
|||
.class public final Lcom/airbnb/lottie/R;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lcom/airbnb/lottie/R$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue