package com.seewo.ota.l;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.ProgressBar;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import com.seewo.ota.R;

/* JADX INFO: compiled from: SystemUpdateInfoLayout3Binding.java */
/* JADX INFO: loaded from: classes.dex */
public final class c {
    private final NestedScrollView a;

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final ImageView f2147d;

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final ProgressBar f2149f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final LinearLayout f2150g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final ImageView f2151h;

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

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final Button f2153j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final LinearLayout f2154k;
    public final TextView l;

    private c(NestedScrollView nestedScrollView, Button button, TextView textView, TextView textView2, LinearLayout linearLayout, ImageView imageView, TextView textView3, ProgressBar progressBar, LinearLayout linearLayout2, TextView textView4, LinearLayout linearLayout3, NestedScrollView nestedScrollView2, ImageView imageView2, TextView textView5, RelativeLayout relativeLayout, TextView textView6, Button button2, LinearLayout linearLayout4, TextView textView7, TextView textView8) {
        this.a = nestedScrollView;
        this.f2145b = button;
        this.f2146c = textView2;
        this.f2147d = imageView;
        this.f2148e = textView3;
        this.f2149f = progressBar;
        this.f2150g = linearLayout2;
        this.f2151h = imageView2;
        this.f2152i = textView6;
        this.f2153j = button2;
        this.f2154k = linearLayout4;
        this.l = textView8;
    }

    public static c a(View view) {
        int i2 = R.id.check_update_button;
        Button button = (Button) view.findViewById(R.id.check_update_button);
        if (button != null) {
            i2 = R.id.check_usb_update_tip;
            TextView textView = (TextView) view.findViewById(R.id.check_usb_update_tip);
            if (textView != null) {
                i2 = R.id.currentVersion;
                TextView textView2 = (TextView) view.findViewById(R.id.currentVersion);
                if (textView2 != null) {
                    i2 = R.id.currentVersionLayout;
                    LinearLayout linearLayout = (LinearLayout) view.findViewById(R.id.currentVersionLayout);
                    if (linearLayout != null) {
                        i2 = R.id.downloadCancel;
                        ImageView imageView = (ImageView) view.findViewById(R.id.downloadCancel);
                        if (imageView != null) {
                            i2 = R.id.downloadProgress;
                            TextView textView3 = (TextView) view.findViewById(R.id.downloadProgress);
                            if (textView3 != null) {
                                i2 = R.id.downloadProgressBar;
                                ProgressBar progressBar = (ProgressBar) view.findViewById(R.id.downloadProgressBar);
                                if (progressBar != null) {
                                    i2 = R.id.newVersionLayout;
                                    LinearLayout linearLayout2 = (LinearLayout) view.findViewById(R.id.newVersionLayout);
                                    if (linearLayout2 != null) {
                                        i2 = R.id.newVersionLayoutTitle;
                                        TextView textView4 = (TextView) view.findViewById(R.id.newVersionLayoutTitle);
                                        if (textView4 != null) {
                                            i2 = R.id.progressLayout;
                                            LinearLayout linearLayout3 = (LinearLayout) view.findViewById(R.id.progressLayout);
                                            if (linearLayout3 != null) {
                                                NestedScrollView nestedScrollView = (NestedScrollView) view;
                                                i2 = R.id.updateAutoCheckBox;
                                                ImageView imageView2 = (ImageView) view.findViewById(R.id.updateAutoCheckBox);
                                                if (imageView2 != null) {
                                                    i2 = R.id.updateAutoCheckBoxTip;
                                                    TextView textView5 = (TextView) view.findViewById(R.id.updateAutoCheckBoxTip);
                                                    if (textView5 != null) {
                                                        i2 = R.id.updateCheckLayout;
                                                        RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(R.id.updateCheckLayout);
                                                        if (relativeLayout != null) {
                                                            i2 = R.id.updateContent;
                                                            TextView textView6 = (TextView) view.findViewById(R.id.updateContent);
                                                            if (textView6 != null) {
                                                                i2 = R.id.usb_update_button;
                                                                Button button2 = (Button) view.findViewById(R.id.usb_update_button);
                                                                if (button2 != null) {
                                                                    i2 = R.id.usb_update_layout;
                                                                    LinearLayout linearLayout4 = (LinearLayout) view.findViewById(R.id.usb_update_layout);
                                                                    if (linearLayout4 != null) {
                                                                        i2 = R.id.usb_update_title;
                                                                        TextView textView7 = (TextView) view.findViewById(R.id.usb_update_title);
                                                                        if (textView7 != null) {
                                                                            i2 = R.id.versionAndSize;
                                                                            TextView textView8 = (TextView) view.findViewById(R.id.versionAndSize);
                                                                            if (textView8 != null) {
                                                                                return new c(nestedScrollView, button, textView, textView2, linearLayout, imageView, textView3, progressBar, linearLayout2, textView4, linearLayout3, nestedScrollView, imageView2, textView5, relativeLayout, textView6, button2, linearLayout4, textView7, textView8);
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i2)));
    }

    public static c c(LayoutInflater layoutInflater, ViewGroup viewGroup, boolean z) {
        View viewInflate = layoutInflater.inflate(R.layout.system_update_info_layout3, viewGroup, false);
        if (z) {
            viewGroup.addView(viewInflate);
        }
        return a(viewInflate);
    }

    public NestedScrollView b() {
        return this.a;
    }
}
