TextStyle.smali
.class public final enum Lorg/threeten/bp/format/TextStyle;
.super Ljava/lang/Enum;
.source "TextStyle.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lorg/threeten/bp/format/TextStyle;",
">;"
}
.end annotation
# static fields
.field public static final synthetic $VALUES:[Lorg/threeten/bp/format/TextStyle;
.field public static final enum FULL:Lorg/threeten/bp/format/TextStyle;
.field public static final enum FULL_STANDALONE:Lorg/threeten/bp/format/TextStyle;
.field public static final enum NARROW:Lorg/threeten/bp/format/TextStyle;
.field public static final enum NARROW_STANDALONE:Lorg/threeten/bp/format/TextStyle;
.field public static final enum SHORT:Lorg/threeten/bp/format/TextStyle;
.field public static final enum SHORT_STANDALONE:Lorg/threeten/bp/format/TextStyle;
# direct methods
.method public static constructor <clinit>()V
.registers 9
new-instance v0, Lorg/threeten/bp/format/TextStyle;
const/4 v1, 0x0
const-string v2, "FULL"
invoke-direct {v0, v2, v1}, Lorg/threeten/bp/format/TextStyle;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/threeten/bp/format/TextStyle;->FULL:Lorg/threeten/bp/format/TextStyle;
new-instance v0, Lorg/threeten/bp/format/TextStyle;
const/4 v2, 0x1
const-string v3, "FULL_STANDALONE"
invoke-direct {v0, v3, v2}, Lorg/threeten/bp/format/TextStyle;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/threeten/bp/format/TextStyle;->FULL_STANDALONE:Lorg/threeten/bp/format/TextStyle;
new-instance v0, Lorg/threeten/bp/format/TextStyle;
const/4 v3, 0x2
const-string v4, "SHORT"
invoke-direct {v0, v4, v3}, Lorg/threeten/bp/format/TextStyle;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/threeten/bp/format/TextStyle;->SHORT:Lorg/threeten/bp/format/TextStyle;
new-instance v0, Lorg/threeten/bp/format/TextStyle;
const/4 v4, 0x3
const-string v5, "SHORT_STANDALONE"
invoke-direct {v0, v5, v4}, Lorg/threeten/bp/format/TextStyle;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/threeten/bp/format/TextStyle;->SHORT_STANDALONE:Lorg/threeten/bp/format/TextStyle;
new-instance v0, Lorg/threeten/bp/format/TextStyle;
const/4 v5, 0x4
const-string v6, "NARROW"
invoke-direct {v0, v6, v5}, Lorg/threeten/bp/format/TextStyle;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/threeten/bp/format/TextStyle;->NARROW:Lorg/threeten/bp/format/TextStyle;
new-instance v0, Lorg/threeten/bp/format/TextStyle;
const/4 v6, 0x5
const-string v7, "NARROW_STANDALONE"
invoke-direct {v0, v7, v6}, Lorg/threeten/bp/format/TextStyle;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/threeten/bp/format/TextStyle;->NARROW_STANDALONE:Lorg/threeten/bp/format/TextStyle;
const/4 v7, 0x6
new-array v7, v7, [Lorg/threeten/bp/format/TextStyle;
sget-object v8, Lorg/threeten/bp/format/TextStyle;->FULL:Lorg/threeten/bp/format/TextStyle;
aput-object v8, v7, v1
sget-object v1, Lorg/threeten/bp/format/TextStyle;->FULL_STANDALONE:Lorg/threeten/bp/format/TextStyle;
aput-object v1, v7, v2
sget-object v1, Lorg/threeten/bp/format/TextStyle;->SHORT:Lorg/threeten/bp/format/TextStyle;
aput-object v1, v7, v3
sget-object v1, Lorg/threeten/bp/format/TextStyle;->SHORT_STANDALONE:Lorg/threeten/bp/format/TextStyle;
aput-object v1, v7, v4
sget-object v1, Lorg/threeten/bp/format/TextStyle;->NARROW:Lorg/threeten/bp/format/TextStyle;
aput-object v1, v7, v5
aput-object v0, v7, v6
sput-object v7, Lorg/threeten/bp/format/TextStyle;->$VALUES:[Lorg/threeten/bp/format/TextStyle;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;I)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
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;)Lorg/threeten/bp/format/TextStyle;
.registers 2
const-class v0, Lorg/threeten/bp/format/TextStyle;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lorg/threeten/bp/format/TextStyle;
return-object p0
.end method
.method public static values()[Lorg/threeten/bp/format/TextStyle;
.registers 1
sget-object v0, Lorg/threeten/bp/format/TextStyle;->$VALUES:[Lorg/threeten/bp/format/TextStyle;
invoke-virtual {v0}, [Lorg/threeten/bp/format/TextStyle;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lorg/threeten/bp/format/TextStyle;
return-object v0
.end method
# virtual methods
.method public asNormal()Lorg/threeten/bp/format/TextStyle;
.registers 3
invoke-static {}, Lorg/threeten/bp/format/TextStyle;->values()[Lorg/threeten/bp/format/TextStyle;
move-result-object v0
invoke-virtual {p0}, Ljava/lang/Enum;->ordinal()I
move-result v1
and-int/lit8 v1, v1, -0x2
aget-object v0, v0, v1
return-object v0
.end method
.method public asStandalone()Lorg/threeten/bp/format/TextStyle;
.registers 3
invoke-static {}, Lorg/threeten/bp/format/TextStyle;->values()[Lorg/threeten/bp/format/TextStyle;
move-result-object v0
invoke-virtual {p0}, Ljava/lang/Enum;->ordinal()I
move-result v1
or-int/lit8 v1, v1, 0x1
aget-object v0, v0, v1
return-object v0
.end method
.method public isStandalone()Z
.registers 3
invoke-virtual {p0}, Ljava/lang/Enum;->ordinal()I
move-result v0
const/4 v1, 0x1
and-int/2addr v0, v1
if-ne v0, v1, :cond_9
goto :goto_a
:cond_9
const/4 v1, 0x0
:goto_a
return v1
.end method