package com.google.android.gms.internal.ads;

import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class r30 implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f15975a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ zzcfs f15976b;

    public r30(zzcfs zzcfsVar, int i10) {
        this.f15975a = i10;
        if (i10 == 1) {
            Objects.requireNonNull(zzcfsVar);
            this.f15976b = zzcfsVar;
        } else if (i10 == 2) {
            this.f15976b = zzcfsVar;
        } else {
            Objects.requireNonNull(zzcfsVar);
            this.f15976b = zzcfsVar;
        }
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f15975a;
        zzcfs zzcfsVar = this.f15976b;
        switch (i10) {
            case 0:
                zzcfsVar.g("surfaceCreated", new String[0]);
                break;
            case 1:
                zzcfsVar.g("surfaceDestroyed", new String[0]);
                break;
            default:
                zzcfsVar.g("firstFrameRendered", new String[0]);
                break;
        }
    }
}
