package io.flutter.embedding.engine.systemchannels;

/* 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 */
public final class PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode f28088a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode f28089b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode f28090c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final /* synthetic */ PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode[] f28091d;

    static {
        PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode = new PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode("TEXTURE_WITH_VIRTUAL_FALLBACK", 0);
        f28088a = platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode;
        PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode2 = new PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode("TEXTURE_WITH_HYBRID_FALLBACK", 1);
        f28089b = platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode2;
        PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode3 = new PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode("HYBRID_ONLY", 2);
        f28090c = platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode3;
        f28091d = new PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode[]{platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode, platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode2, platformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode3};
    }

    public static PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode valueOf(String str) {
        return (PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode) Enum.valueOf(PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode.class, str);
    }

    public static PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode[] values() {
        return (PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode[]) f28091d.clone();
    }
}
