package androidx.fragment.app;

import android.view.View;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public final class y extends k0 {

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

    public y(e0 e0Var) {
        this.f2614a = e0Var;
    }

    @Override // androidx.fragment.app.k0
    public final boolean b() {
        return this.f2614a.f2419k0 != null;
    }

    @Override // androidx.fragment.app.k0
    @Nullable
    public View onFindViewById(int i10) {
        e0 e0Var = this.f2614a;
        View view = e0Var.f2419k0;
        if (view != null) {
            return view.findViewById(i10);
        }
        throw new IllegalStateException("Fragment " + e0Var + " does not have a view");
    }
}
