CropAreaView$GridType.smali

.class final enum Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;
.super Ljava/lang/Enum;
.source "CropAreaView.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lim/tpelyyftgw/ui/components/crop/CropAreaView;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x4018
    name = "GridType"
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Enum<",
        "Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;",
        ">;"
    }
.end annotation


# static fields
.field private static final synthetic $VALUES:[Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

.field public static final enum MAJOR:Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

.field public static final enum MINOR:Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

.field public static final enum NONE:Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;


# direct methods
.method static constructor <clinit>()V
    .registers 6

    .line 76
    new-instance v0, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    const/4 v1, 0x0

    const-string v2, "NONE"

    invoke-direct {v0, v2, v1}, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;-><init>(Ljava/lang/String;I)V

    sput-object v0, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;->NONE:Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    new-instance v0, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    const/4 v2, 0x1

    const-string v3, "MINOR"

    invoke-direct {v0, v3, v2}, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;-><init>(Ljava/lang/String;I)V

    sput-object v0, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;->MINOR:Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    new-instance v0, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    const/4 v3, 0x2

    const-string v4, "MAJOR"

    invoke-direct {v0, v4, v3}, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;-><init>(Ljava/lang/String;I)V

    sput-object v0, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;->MAJOR:Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    .line 75
    const/4 v4, 0x3

    new-array v4, v4, [Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    sget-object v5, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;->NONE:Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    aput-object v5, v4, v1

    sget-object v1, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;->MINOR:Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    aput-object v1, v4, v2

    aput-object v0, v4, v3

    sput-object v4, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;->$VALUES:[Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    return-void
.end method

.method private constructor <init>(Ljava/lang/String;I)V
    .registers 3
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()V"
        }
    .end annotation

    .line 75
    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;)Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;
    .registers 2
    .param p0, "name"    # Ljava/lang/String;

    .line 75
    const-class v0, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;

    move-result-object v0

    check-cast v0, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    return-object v0
.end method

.method public static values()[Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;
    .registers 1

    .line 75
    sget-object v0, Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;->$VALUES:[Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    invoke-virtual {v0}, [Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;->clone()Ljava/lang/Object;

    move-result-object v0

    check-cast v0, [Lim/tpelyyftgw/ui/components/crop/CropAreaView$GridType;

    return-object v0
.end method