Layer$LayerType.smali
.class final enum Lcom/lottie/Layer$LayerType;
.super Ljava/lang/Enum;
.source "Layer.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum",
"<",
"Lcom/lottie/Layer$LayerType;",
">;"
}
.end annotation
# static fields
.field public static final enum Image:Lcom/lottie/Layer$LayerType;
.field public static final enum Null:Lcom/lottie/Layer$LayerType;
.field public static final enum PreComp:Lcom/lottie/Layer$LayerType;
.field public static final enum Shape:Lcom/lottie/Layer$LayerType;
.field public static final enum Solid:Lcom/lottie/Layer$LayerType;
.field public static final enum Text:Lcom/lottie/Layer$LayerType;
.field public static final enum Unknown:Lcom/lottie/Layer$LayerType;
.field private static final synthetic btD:[Lcom/lottie/Layer$LayerType;
# direct methods
.method static constructor <clinit>()V
.registers 8
.prologue
const/4 v7, 0x4
const/4 v6, 0x3
const/4 v5, 0x2
const/4 v4, 0x1
const/4 v3, 0x0
.line 20
new-instance v0, Lcom/lottie/Layer$LayerType;
const-string v1, "PreComp"
invoke-direct {v0, v1, v3}, Lcom/lottie/Layer$LayerType;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/lottie/Layer$LayerType;->PreComp:Lcom/lottie/Layer$LayerType;
.line 21
new-instance v0, Lcom/lottie/Layer$LayerType;
const-string v1, "Solid"
invoke-direct {v0, v1, v4}, Lcom/lottie/Layer$LayerType;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/lottie/Layer$LayerType;->Solid:Lcom/lottie/Layer$LayerType;
.line 22
new-instance v0, Lcom/lottie/Layer$LayerType;
const-string v1, "Image"
invoke-direct {v0, v1, v5}, Lcom/lottie/Layer$LayerType;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/lottie/Layer$LayerType;->Image:Lcom/lottie/Layer$LayerType;
.line 23
new-instance v0, Lcom/lottie/Layer$LayerType;
const-string v1, "Null"
invoke-direct {v0, v1, v6}, Lcom/lottie/Layer$LayerType;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/lottie/Layer$LayerType;->Null:Lcom/lottie/Layer$LayerType;
.line 24
new-instance v0, Lcom/lottie/Layer$LayerType;
const-string v1, "Shape"
invoke-direct {v0, v1, v7}, Lcom/lottie/Layer$LayerType;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/lottie/Layer$LayerType;->Shape:Lcom/lottie/Layer$LayerType;
.line 25
new-instance v0, Lcom/lottie/Layer$LayerType;
const-string v1, "Text"
const/4 v2, 0x5
invoke-direct {v0, v1, v2}, Lcom/lottie/Layer$LayerType;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/lottie/Layer$LayerType;->Text:Lcom/lottie/Layer$LayerType;
.line 26
new-instance v0, Lcom/lottie/Layer$LayerType;
const-string v1, "Unknown"
const/4 v2, 0x6
invoke-direct {v0, v1, v2}, Lcom/lottie/Layer$LayerType;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/lottie/Layer$LayerType;->Unknown:Lcom/lottie/Layer$LayerType;
.line 19
const/4 v0, 0x7
new-array v0, v0, [Lcom/lottie/Layer$LayerType;
sget-object v1, Lcom/lottie/Layer$LayerType;->PreComp:Lcom/lottie/Layer$LayerType;
aput-object v1, v0, v3
sget-object v1, Lcom/lottie/Layer$LayerType;->Solid:Lcom/lottie/Layer$LayerType;
aput-object v1, v0, v4
sget-object v1, Lcom/lottie/Layer$LayerType;->Image:Lcom/lottie/Layer$LayerType;
aput-object v1, v0, v5
sget-object v1, Lcom/lottie/Layer$LayerType;->Null:Lcom/lottie/Layer$LayerType;
aput-object v1, v0, v6
sget-object v1, Lcom/lottie/Layer$LayerType;->Shape:Lcom/lottie/Layer$LayerType;
aput-object v1, v0, v7
const/4 v1, 0x5
sget-object v2, Lcom/lottie/Layer$LayerType;->Text:Lcom/lottie/Layer$LayerType;
aput-object v2, v0, v1
const/4 v1, 0x6
sget-object v2, Lcom/lottie/Layer$LayerType;->Unknown:Lcom/lottie/Layer$LayerType;
aput-object v2, v0, v1
sput-object v0, Lcom/lottie/Layer$LayerType;->btD:[Lcom/lottie/Layer$LayerType;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.prologue
.line 19
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/lottie/Layer$LayerType;
.registers 2
.prologue
.line 19
const-class v0, Lcom/lottie/Layer$LayerType;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object v0
check-cast v0, Lcom/lottie/Layer$LayerType;
return-object v0
.end method
.method public static values()[Lcom/lottie/Layer$LayerType;
.registers 1
.prologue
.line 19
sget-object v0, Lcom/lottie/Layer$LayerType;->btD:[Lcom/lottie/Layer$LayerType;
invoke-virtual {v0}, [Lcom/lottie/Layer$LayerType;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/lottie/Layer$LayerType;
return-object v0
.end method