package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import org.drive_hunter.R;

/* JADX INFO: loaded from: classes3.dex */
public final class t4 implements v3.a {

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

    public t4(FrameLayout frameLayout) {
        this.f27504a = frameLayout;
    }

    public static t4 a(View view) {
        if (view != null) {
            return new t4((FrameLayout) view);
        }
        throw new NullPointerException("rootView");
    }

    @NonNull
    public static t4 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.layout_player_back, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        return a(viewInflate);
    }

    @Override // v3.a
    public final View getRoot() {
        return this.f27504a;
    }
}
