package u5;

import android.view.View;
import android.widget.ImageView;

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

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

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

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

    public C0(U.b bVar, View view, ImageView imageView) {
        super(bVar, view, 0);
        this.f17524K = imageView;
    }

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

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

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