package ie;

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

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final TextView f27429b;

    public r1(TextView textView, TextView textView2) {
        this.f27428a = textView;
        this.f27429b = textView2;
    }

    @NonNull
    public static r1 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.item_language2, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        if (viewInflate == null) {
            throw new NullPointerException("rootView");
        }
        TextView textView = (TextView) viewInflate;
        return new r1(textView, textView);
    }

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