package u5;

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

/* JADX INFO: renamed from: u5.e0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1621e0 extends U.g {

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

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

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

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

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

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

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