package p037.p065.p068.p069;

import java.util.List;

/* JADX INFO: renamed from: މ.ރ.ރ.ؠ.ރ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C1857 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final int[] f6242;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final float[] f6243;

    public C1857(int i, int i2) {
        this.f6242 = new int[]{i, i2};
        this.f6243 = new float[]{0.0f, 1.0f};
    }

    public C1857(int i, int i2, int i3) {
        this.f6242 = new int[]{i, i2, i3};
        this.f6243 = new float[]{0.0f, 0.5f, 1.0f};
    }

    public C1857(List<Integer> list, List<Float> list2) {
        int size = list.size();
        this.f6242 = new int[size];
        this.f6243 = new float[size];
        for (int i = 0; i < size; i++) {
            this.f6242[i] = list.get(i).intValue();
            this.f6243[i] = list2.get(i).floatValue();
        }
    }
}
