package c.b.g;

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public int f4936c = Integer.MIN_VALUE;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int f4937d = Integer.MIN_VALUE;

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public boolean f4940g = false;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public boolean f4941h = false;

    public void a(int i2, int i3) {
        this.f4936c = i2;
        this.f4937d = i3;
        this.f4941h = true;
        if (this.f4940g) {
            if (i3 != Integer.MIN_VALUE) {
                this.f4934a = i3;
            }
            if (i2 != Integer.MIN_VALUE) {
                this.f4935b = i2;
                return;
            }
            return;
        }
        if (i2 != Integer.MIN_VALUE) {
            this.f4934a = i2;
        }
        if (i3 != Integer.MIN_VALUE) {
            this.f4935b = i3;
        }
    }
}
