package x0;

import java.util.EventObject;
import r0.InterfaceC0703b;

/* JADX INFO: loaded from: classes.dex */
public abstract class e extends EventObject {

    /* JADX INFO: renamed from: H, reason: collision with root package name */
    protected int f6778H;

    /* JADX INFO: renamed from: I, reason: collision with root package name */
    protected boolean f6779I;

    /* JADX INFO: renamed from: L, reason: collision with root package name */
    protected boolean f6780L;

    /* JADX INFO: renamed from: M, reason: collision with root package name */
    protected boolean f6781M;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    protected InterfaceC0703b f6782b;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    protected int f6783g;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    protected int f6784r;

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    protected int f6785x;

    /* JADX INFO: renamed from: y, reason: collision with root package name */
    protected int f6786y;

    public e(Object obj) {
        super(obj);
    }

    public int a() {
        return this.f6778H;
    }

    public int b() {
        return this.f6784r;
    }

    public int c() {
        return this.f6785x;
    }

    public int d() {
        return this.f6783g;
    }

    public boolean e() {
        return this.f6780L;
    }

    public boolean f() {
        return this.f6781M;
    }

    public boolean g() {
        return this.f6779I;
    }
}
