package J1;

import java.util.EventObject;

/* JADX INFO: loaded from: classes2.dex */
public class b extends EventObject {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final int f1148b;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final boolean f1149g;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    private final String f1150r;

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    private final String f1151x;

    public b(Object obj, int i2, String str) {
        super(obj);
        this.f1148b = i2;
        this.f1150r = str;
        this.f1149g = false;
        this.f1151x = null;
    }

    public b(Object obj, String str, String str2) {
        super(obj);
        this.f1148b = 0;
        this.f1150r = str2;
        this.f1149g = true;
        this.f1151x = str;
    }
}
