package u5;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import com.martsnew.tv.R;

/* JADX INFO: loaded from: classes.dex */
public final class K0 extends U.g {

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

    /* JADX INFO: renamed from: L, reason: collision with root package name */
    public long f17596L;

    public K0(U.b bVar, View view, LinearLayout linearLayout) {
        super(bVar, view, 0);
        this.f17595K = linearLayout;
    }

    public static K0 M(LayoutInflater layoutInflater, ViewGroup viewGroup) {
        return (K0) U.c.b(layoutInflater, R.layout.layout_no_result, viewGroup, false);
    }

    @Override // U.g
    public final void C() {
        synchronized (this) {
            this.f17596L = 0L;
        }
    }

    @Override // U.g
    public final boolean F() {
        synchronized (this) {
            try {
                return this.f17596L != 0;
            } catch (Throwable th) {
                throw th;
            }
        }
    }

    @Override // U.g
    public final void G() {
        synchronized (this) {
            this.f17596L = 1L;
        }
        J();
    }
}
