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

import android.view.View;
import androidx.annotation.Nullable;
import java.util.Collections;
import java.util.Set;
import java.util.concurrent.Executor;

/* JADX INFO: loaded from: classes2.dex */
public class xk0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final hl0 f18462a;

    @Nullable
    private final x50 zzb;

    public xk0(hl0 hl0Var, @Nullable x50 x50Var) {
        this.f18462a = hl0Var;
        this.zzb = x50Var;
    }

    public Set a(sd0 sd0Var) {
        return Collections.singleton(new ak0(sd0Var, b30.f9365g));
    }

    public Set b(sd0 sd0Var) {
        return Collections.singleton(new ak0(sd0Var, b30.f9365g));
    }

    public final ak0 c(Executor executor) {
        return new ak0(new ib0(this.zzb, 1), executor);
    }

    @Nullable
    public final x50 zzb() {
        return this.zzb;
    }

    @Nullable
    public final View zzc() {
        x50 x50Var = this.zzb;
        if (x50Var != null) {
            return x50Var.c();
        }
        return null;
    }

    @Nullable
    public final View zzd() {
        x50 x50Var = this.zzb;
        if (x50Var == null) {
            return null;
        }
        return x50Var.c();
    }
}
