This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,106 @@
.class public final enum Lcom/airbnb/lottie/model/content/GradientType;
.super Ljava/lang/Enum;
.source "GradientType.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/airbnb/lottie/model/content/GradientType;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/airbnb/lottie/model/content/GradientType;
.field public static final enum LINEAR:Lcom/airbnb/lottie/model/content/GradientType;
.field public static final enum RADIAL:Lcom/airbnb/lottie/model/content/GradientType;
# direct methods
.method public static constructor <clinit>()V
.locals 5
.line 1
new-instance v0, Lcom/airbnb/lottie/model/content/GradientType;
const-string v1, "LINEAR"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/airbnb/lottie/model/content/GradientType;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/airbnb/lottie/model/content/GradientType;->LINEAR:Lcom/airbnb/lottie/model/content/GradientType;
.line 2
new-instance v1, Lcom/airbnb/lottie/model/content/GradientType;
const-string v3, "RADIAL"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/airbnb/lottie/model/content/GradientType;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/airbnb/lottie/model/content/GradientType;->RADIAL:Lcom/airbnb/lottie/model/content/GradientType;
const/4 v3, 0x2
new-array v3, v3, [Lcom/airbnb/lottie/model/content/GradientType;
aput-object v0, v3, v2
aput-object v1, v3, v4
.line 3
sput-object v3, Lcom/airbnb/lottie/model/content/GradientType;->$VALUES:[Lcom/airbnb/lottie/model/content/GradientType;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/airbnb/lottie/model/content/GradientType;
.locals 1
.line 1
const-class v0, Lcom/airbnb/lottie/model/content/GradientType;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/airbnb/lottie/model/content/GradientType;
return-object p0
.end method
.method public static values()[Lcom/airbnb/lottie/model/content/GradientType;
.locals 1
.line 1
sget-object v0, Lcom/airbnb/lottie/model/content/GradientType;->$VALUES:[Lcom/airbnb/lottie/model/content/GradientType;
invoke-virtual {v0}, [Lcom/airbnb/lottie/model/content/GradientType;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/airbnb/lottie/model/content/GradientType;
return-object v0
.end method
@@ -0,0 +1,130 @@
.class public final enum Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.super Ljava/lang/Enum;
.source "Mask.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/airbnb/lottie/model/content/Mask;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "MaskMode"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/airbnb/lottie/model/content/Mask$MaskMode;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.field public static final enum MASK_MODE_ADD:Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.field public static final enum MASK_MODE_INTERSECT:Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.field public static final enum MASK_MODE_SUBTRACT:Lcom/airbnb/lottie/model/content/Mask$MaskMode;
# direct methods
.method public static constructor <clinit>()V
.locals 7
.line 1
new-instance v0, Lcom/airbnb/lottie/model/content/Mask$MaskMode;
const-string v1, "MASK_MODE_ADD"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/airbnb/lottie/model/content/Mask$MaskMode;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/airbnb/lottie/model/content/Mask$MaskMode;->MASK_MODE_ADD:Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.line 2
new-instance v1, Lcom/airbnb/lottie/model/content/Mask$MaskMode;
const-string v3, "MASK_MODE_SUBTRACT"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/airbnb/lottie/model/content/Mask$MaskMode;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/airbnb/lottie/model/content/Mask$MaskMode;->MASK_MODE_SUBTRACT:Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.line 3
new-instance v3, Lcom/airbnb/lottie/model/content/Mask$MaskMode;
const-string v5, "MASK_MODE_INTERSECT"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lcom/airbnb/lottie/model/content/Mask$MaskMode;-><init>(Ljava/lang/String;I)V
sput-object v3, Lcom/airbnb/lottie/model/content/Mask$MaskMode;->MASK_MODE_INTERSECT:Lcom/airbnb/lottie/model/content/Mask$MaskMode;
const/4 v5, 0x3
new-array v5, v5, [Lcom/airbnb/lottie/model/content/Mask$MaskMode;
aput-object v0, v5, v2
aput-object v1, v5, v4
aput-object v3, v5, v6
.line 4
sput-object v5, Lcom/airbnb/lottie/model/content/Mask$MaskMode;->$VALUES:[Lcom/airbnb/lottie/model/content/Mask$MaskMode;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.locals 1
.line 1
const-class v0, Lcom/airbnb/lottie/model/content/Mask$MaskMode;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/airbnb/lottie/model/content/Mask$MaskMode;
return-object p0
.end method
.method public static values()[Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.locals 1
.line 1
sget-object v0, Lcom/airbnb/lottie/model/content/Mask$MaskMode;->$VALUES:[Lcom/airbnb/lottie/model/content/Mask$MaskMode;
invoke-virtual {v0}, [Lcom/airbnb/lottie/model/content/Mask$MaskMode;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/airbnb/lottie/model/content/Mask$MaskMode;
return-object v0
.end method
@@ -0,0 +1,82 @@
.class public Lcom/airbnb/lottie/model/content/Mask;
.super Ljava/lang/Object;
.source "Mask.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/airbnb/lottie/model/content/Mask$MaskMode;
}
.end annotation
# instance fields
.field public final a:Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.field public final b:Lr3/h;
.field public final c:Lr3/d;
.field public final d:Z
# direct methods
.method public constructor <init>(Lcom/airbnb/lottie/model/content/Mask$MaskMode;Lr3/h;Lr3/d;Z)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/airbnb/lottie/model/content/Mask;->a:Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.line 3
iput-object p2, p0, Lcom/airbnb/lottie/model/content/Mask;->b:Lr3/h;
.line 4
iput-object p3, p0, Lcom/airbnb/lottie/model/content/Mask;->c:Lr3/d;
.line 5
iput-boolean p4, p0, Lcom/airbnb/lottie/model/content/Mask;->d:Z
return-void
.end method
# virtual methods
.method public a()Lcom/airbnb/lottie/model/content/Mask$MaskMode;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/Mask;->a:Lcom/airbnb/lottie/model/content/Mask$MaskMode;
return-object v0
.end method
.method public b()Lr3/h;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/Mask;->b:Lr3/h;
return-object v0
.end method
.method public c()Lr3/d;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/Mask;->c:Lr3/d;
return-object v0
.end method
.method public d()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/airbnb/lottie/model/content/Mask;->d:Z
return v0
.end method
@@ -0,0 +1,219 @@
.class public final enum Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.super Ljava/lang/Enum;
.source "MergePaths.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/airbnb/lottie/model/content/MergePaths;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "MergePathsMode"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.field public static final enum ADD:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.field public static final enum EXCLUDE_INTERSECTIONS:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.field public static final enum INTERSECT:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.field public static final enum MERGE:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.field public static final enum SUBTRACT:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
# direct methods
.method public static constructor <clinit>()V
.locals 11
.line 1
new-instance v0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
const-string v1, "MERGE"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->MERGE:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.line 2
new-instance v1, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
const-string v3, "ADD"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->ADD:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.line 3
new-instance v3, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
const-string v5, "SUBTRACT"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;-><init>(Ljava/lang/String;I)V
sput-object v3, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->SUBTRACT:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.line 4
new-instance v5, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
const-string v7, "INTERSECT"
const/4 v8, 0x3
invoke-direct {v5, v7, v8}, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;-><init>(Ljava/lang/String;I)V
sput-object v5, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->INTERSECT:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.line 5
new-instance v7, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
const-string v9, "EXCLUDE_INTERSECTIONS"
const/4 v10, 0x4
invoke-direct {v7, v9, v10}, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;-><init>(Ljava/lang/String;I)V
sput-object v7, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->EXCLUDE_INTERSECTIONS:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
const/4 v9, 0x5
new-array v9, v9, [Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
aput-object v0, v9, v2
aput-object v1, v9, v4
aput-object v3, v9, v6
aput-object v5, v9, v8
aput-object v7, v9, v10
.line 6
sput-object v9, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->$VALUES:[Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static forId(I)Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.locals 1
const/4 v0, 0x1
if-eq p0, v0, :cond_4
const/4 v0, 0x2
if-eq p0, v0, :cond_3
const/4 v0, 0x3
if-eq p0, v0, :cond_2
const/4 v0, 0x4
if-eq p0, v0, :cond_1
const/4 v0, 0x5
if-eq p0, v0, :cond_0
.line 1
sget-object p0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->MERGE:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
return-object p0
.line 2
:cond_0
sget-object p0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->EXCLUDE_INTERSECTIONS:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
return-object p0
.line 3
:cond_1
sget-object p0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->INTERSECT:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
return-object p0
.line 4
:cond_2
sget-object p0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->SUBTRACT:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
return-object p0
.line 5
:cond_3
sget-object p0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->ADD:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
return-object p0
.line 6
:cond_4
sget-object p0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->MERGE:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
return-object p0
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.locals 1
.line 1
const-class v0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
return-object p0
.end method
.method public static values()[Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.locals 1
.line 1
sget-object v0, Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->$VALUES:[Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
invoke-virtual {v0}, [Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
return-object v0
.end method
@@ -0,0 +1,126 @@
.class public Lcom/airbnb/lottie/model/content/MergePaths;
.super Ljava/lang/Object;
.source "MergePaths.java"
# interfaces
.implements Ls3/b;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
}
.end annotation
# instance fields
.field public final a:Ljava/lang/String;
.field public final b:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.field public final c:Z
# direct methods
.method public constructor <init>(Ljava/lang/String;Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;Z)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/airbnb/lottie/model/content/MergePaths;->a:Ljava/lang/String;
.line 3
iput-object p2, p0, Lcom/airbnb/lottie/model/content/MergePaths;->b:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.line 4
iput-boolean p3, p0, Lcom/airbnb/lottie/model/content/MergePaths;->c:Z
return-void
.end method
# virtual methods
.method public a(Lcom/airbnb/lottie/LottieDrawable;Lcom/airbnb/lottie/model/layer/a;)Ln3/c;
.locals 0
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
invoke-virtual {p1}, Lcom/airbnb/lottie/LottieDrawable;->k()Z
move-result p1
if-nez p1, :cond_0
const-string p1, "Animation contains merge paths but they are disabled."
.line 2
invoke-static {p1}, Lw3/d;->d(Ljava/lang/String;)V
const/4 p1, 0x0
return-object p1
.line 3
:cond_0
new-instance p1, Ln3/l;
invoke-direct {p1, p0}, Ln3/l;-><init>(Lcom/airbnb/lottie/model/content/MergePaths;)V
return-object p1
.end method
.method public b()Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/MergePaths;->b:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
return-object v0
.end method
.method public c()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/MergePaths;->a:Ljava/lang/String;
return-object v0
.end method
.method public d()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/airbnb/lottie/model/content/MergePaths;->c:Z
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "MergePaths{mode="
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
iget-object v1, p0, Lcom/airbnb/lottie/model/content/MergePaths;->b:Lcom/airbnb/lottie/model/content/MergePaths$MergePathsMode;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const/16 v1, 0x7d
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,157 @@
.class public final enum Lcom/airbnb/lottie/model/content/PolystarShape$Type;
.super Ljava/lang/Enum;
.source "PolystarShape.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/airbnb/lottie/model/content/PolystarShape;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "Type"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/airbnb/lottie/model/content/PolystarShape$Type;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/airbnb/lottie/model/content/PolystarShape$Type;
.field public static final enum POLYGON:Lcom/airbnb/lottie/model/content/PolystarShape$Type;
.field public static final enum STAR:Lcom/airbnb/lottie/model/content/PolystarShape$Type;
# instance fields
.field private final value:I
# direct methods
.method public static constructor <clinit>()V
.locals 6
.line 1
new-instance v0, Lcom/airbnb/lottie/model/content/PolystarShape$Type;
const-string v1, "STAR"
const/4 v2, 0x0
const/4 v3, 0x1
invoke-direct {v0, v1, v2, v3}, Lcom/airbnb/lottie/model/content/PolystarShape$Type;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/airbnb/lottie/model/content/PolystarShape$Type;->STAR:Lcom/airbnb/lottie/model/content/PolystarShape$Type;
.line 2
new-instance v1, Lcom/airbnb/lottie/model/content/PolystarShape$Type;
const-string v4, "POLYGON"
const/4 v5, 0x2
invoke-direct {v1, v4, v3, v5}, Lcom/airbnb/lottie/model/content/PolystarShape$Type;-><init>(Ljava/lang/String;II)V
sput-object v1, Lcom/airbnb/lottie/model/content/PolystarShape$Type;->POLYGON:Lcom/airbnb/lottie/model/content/PolystarShape$Type;
new-array v4, v5, [Lcom/airbnb/lottie/model/content/PolystarShape$Type;
aput-object v0, v4, v2
aput-object v1, v4, v3
.line 3
sput-object v4, Lcom/airbnb/lottie/model/content/PolystarShape$Type;->$VALUES:[Lcom/airbnb/lottie/model/content/PolystarShape$Type;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;II)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
.line 2
iput p3, p0, Lcom/airbnb/lottie/model/content/PolystarShape$Type;->value:I
return-void
.end method
.method public static forValue(I)Lcom/airbnb/lottie/model/content/PolystarShape$Type;
.locals 5
.line 1
invoke-static {}, Lcom/airbnb/lottie/model/content/PolystarShape$Type;->values()[Lcom/airbnb/lottie/model/content/PolystarShape$Type;
move-result-object v0
array-length v1, v0
const/4 v2, 0x0
:goto_0
if-ge v2, v1, :cond_1
aget-object v3, v0, v2
.line 2
iget v4, v3, Lcom/airbnb/lottie/model/content/PolystarShape$Type;->value:I
if-ne v4, p0, :cond_0
return-object v3
:cond_0
add-int/lit8 v2, v2, 0x1
goto :goto_0
:cond_1
const/4 p0, 0x0
return-object p0
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/airbnb/lottie/model/content/PolystarShape$Type;
.locals 1
.line 1
const-class v0, Lcom/airbnb/lottie/model/content/PolystarShape$Type;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/airbnb/lottie/model/content/PolystarShape$Type;
return-object p0
.end method
.method public static values()[Lcom/airbnb/lottie/model/content/PolystarShape$Type;
.locals 1
.line 1
sget-object v0, Lcom/airbnb/lottie/model/content/PolystarShape$Type;->$VALUES:[Lcom/airbnb/lottie/model/content/PolystarShape$Type;
invoke-virtual {v0}, [Lcom/airbnb/lottie/model/content/PolystarShape$Type;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/airbnb/lottie/model/content/PolystarShape$Type;
return-object v0
.end method
@@ -0,0 +1,216 @@
.class public Lcom/airbnb/lottie/model/content/PolystarShape;
.super Ljava/lang/Object;
.source "PolystarShape.java"
# interfaces
.implements Ls3/b;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/airbnb/lottie/model/content/PolystarShape$Type;
}
.end annotation
# instance fields
.field public final a:Ljava/lang/String;
.field public final b:Lcom/airbnb/lottie/model/content/PolystarShape$Type;
.field public final c:Lr3/b;
.field public final d:Lr3/m;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lr3/m<",
"Landroid/graphics/PointF;",
"Landroid/graphics/PointF;",
">;"
}
.end annotation
.end field
.field public final e:Lr3/b;
.field public final f:Lr3/b;
.field public final g:Lr3/b;
.field public final h:Lr3/b;
.field public final i:Lr3/b;
.field public final j:Z
# direct methods
.method public constructor <init>(Ljava/lang/String;Lcom/airbnb/lottie/model/content/PolystarShape$Type;Lr3/b;Lr3/m;Lr3/b;Lr3/b;Lr3/b;Lr3/b;Lr3/b;Z)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Lcom/airbnb/lottie/model/content/PolystarShape$Type;",
"Lr3/b;",
"Lr3/m<",
"Landroid/graphics/PointF;",
"Landroid/graphics/PointF;",
">;",
"Lr3/b;",
"Lr3/b;",
"Lr3/b;",
"Lr3/b;",
"Lr3/b;",
"Z)V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->a:Ljava/lang/String;
.line 3
iput-object p2, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->b:Lcom/airbnb/lottie/model/content/PolystarShape$Type;
.line 4
iput-object p3, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->c:Lr3/b;
.line 5
iput-object p4, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->d:Lr3/m;
.line 6
iput-object p5, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->e:Lr3/b;
.line 7
iput-object p6, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->f:Lr3/b;
.line 8
iput-object p7, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->g:Lr3/b;
.line 9
iput-object p8, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->h:Lr3/b;
.line 10
iput-object p9, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->i:Lr3/b;
.line 11
iput-boolean p10, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->j:Z
return-void
.end method
# virtual methods
.method public a(Lcom/airbnb/lottie/LottieDrawable;Lcom/airbnb/lottie/model/layer/a;)Ln3/c;
.locals 1
.line 1
new-instance v0, Ln3/o;
invoke-direct {v0, p1, p2, p0}, Ln3/o;-><init>(Lcom/airbnb/lottie/LottieDrawable;Lcom/airbnb/lottie/model/layer/a;Lcom/airbnb/lottie/model/content/PolystarShape;)V
return-object v0
.end method
.method public b()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->f:Lr3/b;
return-object v0
.end method
.method public c()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->h:Lr3/b;
return-object v0
.end method
.method public d()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->a:Ljava/lang/String;
return-object v0
.end method
.method public e()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->g:Lr3/b;
return-object v0
.end method
.method public f()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->i:Lr3/b;
return-object v0
.end method
.method public g()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->c:Lr3/b;
return-object v0
.end method
.method public h()Lr3/m;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lr3/m<",
"Landroid/graphics/PointF;",
"Landroid/graphics/PointF;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->d:Lr3/m;
return-object v0
.end method
.method public i()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->e:Lr3/b;
return-object v0
.end method
.method public j()Lcom/airbnb/lottie/model/content/PolystarShape$Type;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->b:Lcom/airbnb/lottie/model/content/PolystarShape$Type;
return-object v0
.end method
.method public k()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/airbnb/lottie/model/content/PolystarShape;->j:Z
return v0
.end method
@@ -0,0 +1,170 @@
.class public final enum Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.super Ljava/lang/Enum;
.source "ShapeStroke.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/airbnb/lottie/model/content/ShapeStroke;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "LineCapType"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.field public static final enum BUTT:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.field public static final enum ROUND:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.field public static final enum UNKNOWN:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
# direct methods
.method public static constructor <clinit>()V
.locals 7
.line 1
new-instance v0, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
const-string v1, "BUTT"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;->BUTT:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.line 2
new-instance v1, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
const-string v3, "ROUND"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;->ROUND:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.line 3
new-instance v3, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
const-string v5, "UNKNOWN"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;-><init>(Ljava/lang/String;I)V
sput-object v3, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;->UNKNOWN:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
const/4 v5, 0x3
new-array v5, v5, [Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
aput-object v0, v5, v2
aput-object v1, v5, v4
aput-object v3, v5, v6
.line 4
sput-object v5, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;->$VALUES:[Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.locals 1
.line 1
const-class v0, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
return-object p0
.end method
.method public static values()[Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.locals 1
.line 1
sget-object v0, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;->$VALUES:[Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
invoke-virtual {v0}, [Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
return-object v0
.end method
# virtual methods
.method public toPaintCap()Landroid/graphics/Paint$Cap;
.locals 2
.line 1
sget-object v0, Lcom/airbnb/lottie/model/content/ShapeStroke$a;->a:[I
invoke-virtual {p0}, Ljava/lang/Enum;->ordinal()I
move-result v1
aget v0, v0, v1
const/4 v1, 0x1
if-eq v0, v1, :cond_1
const/4 v1, 0x2
if-eq v0, v1, :cond_0
.line 2
sget-object v0, Landroid/graphics/Paint$Cap;->SQUARE:Landroid/graphics/Paint$Cap;
return-object v0
.line 3
:cond_0
sget-object v0, Landroid/graphics/Paint$Cap;->ROUND:Landroid/graphics/Paint$Cap;
return-object v0
.line 4
:cond_1
sget-object v0, Landroid/graphics/Paint$Cap;->BUTT:Landroid/graphics/Paint$Cap;
return-object v0
.end method
@@ -0,0 +1,179 @@
.class public final enum Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.super Ljava/lang/Enum;
.source "ShapeStroke.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/airbnb/lottie/model/content/ShapeStroke;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "LineJoinType"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.field public static final enum BEVEL:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.field public static final enum MITER:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.field public static final enum ROUND:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
# direct methods
.method public static constructor <clinit>()V
.locals 7
.line 1
new-instance v0, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
const-string v1, "MITER"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;->MITER:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.line 2
new-instance v1, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
const-string v3, "ROUND"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;->ROUND:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.line 3
new-instance v3, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
const-string v5, "BEVEL"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;-><init>(Ljava/lang/String;I)V
sput-object v3, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;->BEVEL:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
const/4 v5, 0x3
new-array v5, v5, [Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
aput-object v0, v5, v2
aput-object v1, v5, v4
aput-object v3, v5, v6
.line 4
sput-object v5, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;->$VALUES:[Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.locals 1
.line 1
const-class v0, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
return-object p0
.end method
.method public static values()[Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.locals 1
.line 1
sget-object v0, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;->$VALUES:[Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
invoke-virtual {v0}, [Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
return-object v0
.end method
# virtual methods
.method public toPaintJoin()Landroid/graphics/Paint$Join;
.locals 2
.line 1
sget-object v0, Lcom/airbnb/lottie/model/content/ShapeStroke$a;->b:[I
invoke-virtual {p0}, Ljava/lang/Enum;->ordinal()I
move-result v1
aget v0, v0, v1
const/4 v1, 0x1
if-eq v0, v1, :cond_2
const/4 v1, 0x2
if-eq v0, v1, :cond_1
const/4 v1, 0x3
if-eq v0, v1, :cond_0
const/4 v0, 0x0
return-object v0
.line 2
:cond_0
sget-object v0, Landroid/graphics/Paint$Join;->ROUND:Landroid/graphics/Paint$Join;
return-object v0
.line 3
:cond_1
sget-object v0, Landroid/graphics/Paint$Join;->MITER:Landroid/graphics/Paint$Join;
return-object v0
.line 4
:cond_2
sget-object v0, Landroid/graphics/Paint$Join;->BEVEL:Landroid/graphics/Paint$Join;
return-object v0
.end method
@@ -0,0 +1,136 @@
.class public synthetic Lcom/airbnb/lottie/model/content/ShapeStroke$a;
.super Ljava/lang/Object;
.source "ShapeStroke.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/airbnb/lottie/model/content/ShapeStroke;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1009
name = null
.end annotation
# static fields
.field public static final synthetic a:[I
.field public static final synthetic b:[I
# direct methods
.method public static constructor <clinit>()V
.locals 5
.line 1
invoke-static {}, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;->values()[Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
move-result-object v0
array-length v0, v0
new-array v0, v0, [I
sput-object v0, Lcom/airbnb/lottie/model/content/ShapeStroke$a;->b:[I
const/4 v1, 0x1
:try_start_0
sget-object v2, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;->BEVEL:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
invoke-virtual {v2}, Ljava/lang/Enum;->ordinal()I
move-result v2
aput v1, v0, v2
:try_end_0
.catch Ljava/lang/NoSuchFieldError; {:try_start_0 .. :try_end_0} :catch_0
:catch_0
const/4 v0, 0x2
:try_start_1
sget-object v2, Lcom/airbnb/lottie/model/content/ShapeStroke$a;->b:[I
sget-object v3, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;->MITER:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
invoke-virtual {v3}, Ljava/lang/Enum;->ordinal()I
move-result v3
aput v0, v2, v3
:try_end_1
.catch Ljava/lang/NoSuchFieldError; {:try_start_1 .. :try_end_1} :catch_1
:catch_1
const/4 v2, 0x3
:try_start_2
sget-object v3, Lcom/airbnb/lottie/model/content/ShapeStroke$a;->b:[I
sget-object v4, Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;->ROUND:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
invoke-virtual {v4}, Ljava/lang/Enum;->ordinal()I
move-result v4
aput v2, v3, v4
:try_end_2
.catch Ljava/lang/NoSuchFieldError; {:try_start_2 .. :try_end_2} :catch_2
.line 2
:catch_2
invoke-static {}, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;->values()[Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
move-result-object v3
array-length v3, v3
new-array v3, v3, [I
sput-object v3, Lcom/airbnb/lottie/model/content/ShapeStroke$a;->a:[I
:try_start_3
sget-object v4, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;->BUTT:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
invoke-virtual {v4}, Ljava/lang/Enum;->ordinal()I
move-result v4
aput v1, v3, v4
:try_end_3
.catch Ljava/lang/NoSuchFieldError; {:try_start_3 .. :try_end_3} :catch_3
:catch_3
:try_start_4
sget-object v1, Lcom/airbnb/lottie/model/content/ShapeStroke$a;->a:[I
sget-object v3, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;->ROUND:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
invoke-virtual {v3}, Ljava/lang/Enum;->ordinal()I
move-result v3
aput v0, v1, v3
:try_end_4
.catch Ljava/lang/NoSuchFieldError; {:try_start_4 .. :try_end_4} :catch_4
:catch_4
:try_start_5
sget-object v0, Lcom/airbnb/lottie/model/content/ShapeStroke$a;->a:[I
sget-object v1, Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;->UNKNOWN:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
aput v2, v0, v1
:try_end_5
.catch Ljava/lang/NoSuchFieldError; {:try_start_5 .. :try_end_5} :catch_5
:catch_5
return-void
.end method
@@ -0,0 +1,220 @@
.class public Lcom/airbnb/lottie/model/content/ShapeStroke;
.super Ljava/lang/Object;
.source "ShapeStroke.java"
# interfaces
.implements Ls3/b;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;,
Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
}
.end annotation
# instance fields
.field public final a:Ljava/lang/String;
.field public final b:Lr3/b;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public final c:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lr3/b;",
">;"
}
.end annotation
.end field
.field public final d:Lr3/a;
.field public final e:Lr3/d;
.field public final f:Lr3/b;
.field public final g:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.field public final h:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.field public final i:F
.field public final j:Z
# direct methods
.method public constructor <init>(Ljava/lang/String;Lr3/b;Ljava/util/List;Lr3/a;Lr3/d;Lr3/b;Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;FZ)V
.locals 0
.param p2 # Lr3/b;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Lr3/b;",
"Ljava/util/List<",
"Lr3/b;",
">;",
"Lr3/a;",
"Lr3/d;",
"Lr3/b;",
"Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;",
"Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;",
"FZ)V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->a:Ljava/lang/String;
.line 3
iput-object p2, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->b:Lr3/b;
.line 4
iput-object p3, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->c:Ljava/util/List;
.line 5
iput-object p4, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->d:Lr3/a;
.line 6
iput-object p5, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->e:Lr3/d;
.line 7
iput-object p6, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->f:Lr3/b;
.line 8
iput-object p7, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->g:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.line 9
iput-object p8, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->h:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.line 10
iput p9, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->i:F
.line 11
iput-boolean p10, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->j:Z
return-void
.end method
# virtual methods
.method public a(Lcom/airbnb/lottie/LottieDrawable;Lcom/airbnb/lottie/model/layer/a;)Ln3/c;
.locals 1
.line 1
new-instance v0, Ln3/s;
invoke-direct {v0, p1, p2, p0}, Ln3/s;-><init>(Lcom/airbnb/lottie/LottieDrawable;Lcom/airbnb/lottie/model/layer/a;Lcom/airbnb/lottie/model/content/ShapeStroke;)V
return-object v0
.end method
.method public b()Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->g:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
return-object v0
.end method
.method public c()Lr3/a;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->d:Lr3/a;
return-object v0
.end method
.method public d()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->b:Lr3/b;
return-object v0
.end method
.method public e()Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->h:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
return-object v0
.end method
.method public f()Ljava/util/List;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lr3/b;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->c:Ljava/util/List;
return-object v0
.end method
.method public g()F
.locals 1
.line 1
iget v0, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->i:F
return v0
.end method
.method public h()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->a:Ljava/lang/String;
return-object v0
.end method
.method public i()Lr3/d;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->e:Lr3/d;
return-object v0
.end method
.method public j()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->f:Lr3/b;
return-object v0
.end method
.method public k()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/airbnb/lottie/model/content/ShapeStroke;->j:Z
return v0
.end method
@@ -0,0 +1,152 @@
.class public final enum Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
.super Ljava/lang/Enum;
.source "ShapeTrimPath.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/airbnb/lottie/model/content/ShapeTrimPath;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "Type"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
.field public static final enum INDIVIDUALLY:Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
.field public static final enum SIMULTANEOUSLY:Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
# direct methods
.method public static constructor <clinit>()V
.locals 5
.line 1
new-instance v0, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
const-string v1, "SIMULTANEOUSLY"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;->SIMULTANEOUSLY:Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
.line 2
new-instance v1, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
const-string v3, "INDIVIDUALLY"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;->INDIVIDUALLY:Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
const/4 v3, 0x2
new-array v3, v3, [Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
aput-object v0, v3, v2
aput-object v1, v3, v4
.line 3
sput-object v3, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;->$VALUES:[Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static forId(I)Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
.locals 2
const/4 v0, 0x1
if-eq p0, v0, :cond_1
const/4 v0, 0x2
if-ne p0, v0, :cond_0
.line 1
sget-object p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;->INDIVIDUALLY:Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
return-object p0
.line 2
:cond_0
new-instance v0, Ljava/lang/IllegalArgumentException;
const-string v1, "Unknown trim path type "
invoke-static {v1, p0}, Landroid/support/v4/media/b;->a(Ljava/lang/String;I)Ljava/lang/String;
move-result-object p0
invoke-direct {v0, p0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.line 3
:cond_1
sget-object p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;->SIMULTANEOUSLY:Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
return-object p0
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
.locals 1
.line 1
const-class v0, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
return-object p0
.end method
.method public static values()[Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
.locals 1
.line 1
sget-object v0, Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;->$VALUES:[Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
invoke-virtual {v0}, [Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
return-object v0
.end method
@@ -0,0 +1,165 @@
.class public Lcom/airbnb/lottie/model/content/ShapeTrimPath;
.super Ljava/lang/Object;
.source "ShapeTrimPath.java"
# interfaces
.implements Ls3/b;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
}
.end annotation
# instance fields
.field public final a:Ljava/lang/String;
.field public final b:Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
.field public final c:Lr3/b;
.field public final d:Lr3/b;
.field public final e:Lr3/b;
.field public final f:Z
# direct methods
.method public constructor <init>(Ljava/lang/String;Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;Lr3/b;Lr3/b;Lr3/b;Z)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->a:Ljava/lang/String;
.line 3
iput-object p2, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->b:Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
.line 4
iput-object p3, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->c:Lr3/b;
.line 5
iput-object p4, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->d:Lr3/b;
.line 6
iput-object p5, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->e:Lr3/b;
.line 7
iput-boolean p6, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->f:Z
return-void
.end method
# virtual methods
.method public a(Lcom/airbnb/lottie/LottieDrawable;Lcom/airbnb/lottie/model/layer/a;)Ln3/c;
.locals 0
.line 1
new-instance p1, Ln3/t;
invoke-direct {p1, p2, p0}, Ln3/t;-><init>(Lcom/airbnb/lottie/model/layer/a;Lcom/airbnb/lottie/model/content/ShapeTrimPath;)V
return-object p1
.end method
.method public b()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->d:Lr3/b;
return-object v0
.end method
.method public c()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->a:Ljava/lang/String;
return-object v0
.end method
.method public d()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->e:Lr3/b;
return-object v0
.end method
.method public e()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->c:Lr3/b;
return-object v0
.end method
.method public f()Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->b:Lcom/airbnb/lottie/model/content/ShapeTrimPath$Type;
return-object v0
.end method
.method public g()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->f:Z
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "Trim Path: {start: "
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
iget-object v1, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->c:Lr3/b;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", end: "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-object v1, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->d:Lr3/b;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", offset: "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-object v1, p0, Lcom/airbnb/lottie/model/content/ShapeTrimPath;->e:Lr3/b;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, "}"
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,259 @@
.class public Lcom/airbnb/lottie/model/content/a;
.super Ljava/lang/Object;
.source "GradientStroke.java"
# interfaces
.implements Ls3/b;
# instance fields
.field public final a:Ljava/lang/String;
.field public final b:Lcom/airbnb/lottie/model/content/GradientType;
.field public final c:Lr3/c;
.field public final d:Lr3/d;
.field public final e:Lr3/f;
.field public final f:Lr3/f;
.field public final g:Lr3/b;
.field public final h:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.field public final i:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.field public final j:F
.field public final k:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lr3/b;",
">;"
}
.end annotation
.end field
.field public final l:Lr3/b;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public final m:Z
# direct methods
.method public constructor <init>(Ljava/lang/String;Lcom/airbnb/lottie/model/content/GradientType;Lr3/c;Lr3/d;Lr3/f;Lr3/f;Lr3/b;Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;FLjava/util/List;Lr3/b;Z)V
.locals 0
.param p12 # Lr3/b;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Lcom/airbnb/lottie/model/content/GradientType;",
"Lr3/c;",
"Lr3/d;",
"Lr3/f;",
"Lr3/f;",
"Lr3/b;",
"Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;",
"Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;",
"F",
"Ljava/util/List<",
"Lr3/b;",
">;",
"Lr3/b;",
"Z)V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/airbnb/lottie/model/content/a;->a:Ljava/lang/String;
.line 3
iput-object p2, p0, Lcom/airbnb/lottie/model/content/a;->b:Lcom/airbnb/lottie/model/content/GradientType;
.line 4
iput-object p3, p0, Lcom/airbnb/lottie/model/content/a;->c:Lr3/c;
.line 5
iput-object p4, p0, Lcom/airbnb/lottie/model/content/a;->d:Lr3/d;
.line 6
iput-object p5, p0, Lcom/airbnb/lottie/model/content/a;->e:Lr3/f;
.line 7
iput-object p6, p0, Lcom/airbnb/lottie/model/content/a;->f:Lr3/f;
.line 8
iput-object p7, p0, Lcom/airbnb/lottie/model/content/a;->g:Lr3/b;
.line 9
iput-object p8, p0, Lcom/airbnb/lottie/model/content/a;->h:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.line 10
iput-object p9, p0, Lcom/airbnb/lottie/model/content/a;->i:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.line 11
iput p10, p0, Lcom/airbnb/lottie/model/content/a;->j:F
.line 12
iput-object p11, p0, Lcom/airbnb/lottie/model/content/a;->k:Ljava/util/List;
.line 13
iput-object p12, p0, Lcom/airbnb/lottie/model/content/a;->l:Lr3/b;
.line 14
iput-boolean p13, p0, Lcom/airbnb/lottie/model/content/a;->m:Z
return-void
.end method
# virtual methods
.method public a(Lcom/airbnb/lottie/LottieDrawable;Lcom/airbnb/lottie/model/layer/a;)Ln3/c;
.locals 1
.line 1
new-instance v0, Ln3/i;
invoke-direct {v0, p1, p2, p0}, Ln3/i;-><init>(Lcom/airbnb/lottie/LottieDrawable;Lcom/airbnb/lottie/model/layer/a;Lcom/airbnb/lottie/model/content/a;)V
return-object v0
.end method
.method public b()Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->h:Lcom/airbnb/lottie/model/content/ShapeStroke$LineCapType;
return-object v0
.end method
.method public c()Lr3/b;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->l:Lr3/b;
return-object v0
.end method
.method public d()Lr3/f;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->f:Lr3/f;
return-object v0
.end method
.method public e()Lr3/c;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->c:Lr3/c;
return-object v0
.end method
.method public f()Lcom/airbnb/lottie/model/content/GradientType;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->b:Lcom/airbnb/lottie/model/content/GradientType;
return-object v0
.end method
.method public g()Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->i:Lcom/airbnb/lottie/model/content/ShapeStroke$LineJoinType;
return-object v0
.end method
.method public h()Ljava/util/List;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lr3/b;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->k:Ljava/util/List;
return-object v0
.end method
.method public i()F
.locals 1
.line 1
iget v0, p0, Lcom/airbnb/lottie/model/content/a;->j:F
return v0
.end method
.method public j()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->a:Ljava/lang/String;
return-object v0
.end method
.method public k()Lr3/d;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->d:Lr3/d;
return-object v0
.end method
.method public l()Lr3/f;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->e:Lr3/f;
return-object v0
.end method
.method public m()Lr3/b;
.locals 1
.line 1
iget-object v0, p0, Lcom/airbnb/lottie/model/content/a;->g:Lr3/b;
return-object v0
.end method
.method public n()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/airbnb/lottie/model/content/a;->m:Z
return v0
.end method