package d.b.g;

/* JADX INFO: loaded from: classes.dex */
public class r0 {
    public int a = 0;

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

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

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

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

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

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

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

    public void a(int i2, int i3) {
        this.f2062c = i2;
        this.f2063d = i3;
        this.f2067h = true;
        if (this.f2066g) {
            if (i3 != Integer.MIN_VALUE) {
                this.a = i3;
            }
            if (i2 != Integer.MIN_VALUE) {
                this.f2061b = i2;
                return;
            }
            return;
        }
        if (i2 != Integer.MIN_VALUE) {
            this.a = i2;
        }
        if (i3 != Integer.MIN_VALUE) {
            this.f2061b = i3;
        }
    }
}
