package c.b.f;

/* JADX INFO: compiled from: RtlSpacingHelper.java */
/* JADX INFO: loaded from: classes.dex */
public class v0 {
    public int a = 0;

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

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

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

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

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

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

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

    public void a(int i2, int i3) {
        this.f966c = i2;
        this.f967d = i3;
        this.f971h = true;
        if (this.f970g) {
            if (i3 != Integer.MIN_VALUE) {
                this.a = i3;
            }
            if (i2 != Integer.MIN_VALUE) {
                this.f965b = i2;
                return;
            }
            return;
        }
        if (i2 != Integer.MIN_VALUE) {
            this.a = i2;
        }
        if (i3 != Integer.MIN_VALUE) {
            this.f965b = i3;
        }
    }
}
