package c.a.g;

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

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

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

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

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

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

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

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

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

    public void a(int i2, int i3) {
        this.f4950c = i2;
        this.f4951d = i3;
        this.f4955h = true;
        if (this.f4954g) {
            if (i3 != Integer.MIN_VALUE) {
                this.f4948a = i3;
            }
            if (i2 != Integer.MIN_VALUE) {
                this.f4949b = i2;
                return;
            }
            return;
        }
        if (i2 != Integer.MIN_VALUE) {
            this.f4948a = i2;
        }
        if (i3 != Integer.MIN_VALUE) {
            this.f4949b = i3;
        }
    }
}
