package i0;

import java.util.ArrayList;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int[] f26500a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final float[] f26501b;

    public j(ArrayList arrayList, ArrayList arrayList2) {
        int size = arrayList.size();
        this.f26500a = new int[size];
        this.f26501b = new float[size];
        for (int i10 = 0; i10 < size; i10++) {
            this.f26500a[i10] = ((Integer) arrayList.get(i10)).intValue();
            this.f26501b[i10] = ((Float) arrayList2.get(i10)).floatValue();
        }
    }

    public j(int i10, int i11) {
        this.f26500a = new int[]{i10, i11};
        this.f26501b = new float[]{0.0f, 1.0f};
    }

    public j(int i10, int i11, int i12) {
        this.f26500a = new int[]{i10, i11, i12};
        this.f26501b = new float[]{0.0f, 0.5f, 1.0f};
    }
}
