package u5;

import android.view.View;
import android.widget.TextView;

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

    /* JADX INFO: renamed from: M, reason: collision with root package name */
    public static final /* synthetic */ int f17528M = 0;

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

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

    public D0(U.b bVar, View view, TextView textView) {
        super(bVar, view, 0);
        this.f17529K = textView;
    }

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

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

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