package h0;

import a.AbstractC0386a;
import android.view.View;

/* JADX INFO: renamed from: h0.t, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1019t extends AbstractC0386a {

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public final /* synthetic */ ComponentCallbacksC1023x f13240t;

    public C1019t(ComponentCallbacksC1023x componentCallbacksC1023x) {
        this.f13240t = componentCallbacksC1023x;
    }

    @Override // a.AbstractC0386a
    public final View v(int i) {
        ComponentCallbacksC1023x componentCallbacksC1023x = this.f13240t;
        View view = componentCallbacksC1023x.X;
        if (view != null) {
            return view.findViewById(i);
        }
        throw new IllegalStateException("Fragment " + componentCallbacksC1023x + " does not have a view");
    }

    @Override // a.AbstractC0386a
    public final boolean w() {
        return this.f13240t.X != null;
    }
}
