package io.flutter.plugin.editing;

/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
/* JADX INFO: loaded from: classes.dex */
final class TextInputPlugin$InputTarget$Type {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final TextInputPlugin$InputTarget$Type f28116a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final TextInputPlugin$InputTarget$Type f28117b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final TextInputPlugin$InputTarget$Type f28118c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final TextInputPlugin$InputTarget$Type f28119d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final /* synthetic */ TextInputPlugin$InputTarget$Type[] f28120e;

    static {
        TextInputPlugin$InputTarget$Type textInputPlugin$InputTarget$Type = new TextInputPlugin$InputTarget$Type("NO_TARGET", 0);
        f28116a = textInputPlugin$InputTarget$Type;
        TextInputPlugin$InputTarget$Type textInputPlugin$InputTarget$Type2 = new TextInputPlugin$InputTarget$Type("FRAMEWORK_CLIENT", 1);
        f28117b = textInputPlugin$InputTarget$Type2;
        TextInputPlugin$InputTarget$Type textInputPlugin$InputTarget$Type3 = new TextInputPlugin$InputTarget$Type("VIRTUAL_DISPLAY_PLATFORM_VIEW", 2);
        f28118c = textInputPlugin$InputTarget$Type3;
        TextInputPlugin$InputTarget$Type textInputPlugin$InputTarget$Type4 = new TextInputPlugin$InputTarget$Type("PHYSICAL_DISPLAY_PLATFORM_VIEW", 3);
        f28119d = textInputPlugin$InputTarget$Type4;
        f28120e = new TextInputPlugin$InputTarget$Type[]{textInputPlugin$InputTarget$Type, textInputPlugin$InputTarget$Type2, textInputPlugin$InputTarget$Type3, textInputPlugin$InputTarget$Type4};
    }

    public static TextInputPlugin$InputTarget$Type valueOf(String str) {
        return (TextInputPlugin$InputTarget$Type) Enum.valueOf(TextInputPlugin$InputTarget$Type.class, str);
    }

    public static TextInputPlugin$InputTarget$Type[] values() {
        return (TextInputPlugin$InputTarget$Type[]) f28120e.clone();
    }
}
