package J0;

import android.content.Context;
import android.view.GestureDetector;

/* JADX INFO: loaded from: classes.dex */
public final class H0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final C0384t f2878a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f2879b = 0;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public boolean f2880c;

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

    public H0(Context context, C0384t c0384t) {
        this.f2878a = c0384t;
        this.f2881d = new GestureDetector(context, new G0(this));
    }
}
