package p037.p091.p095;

import android.util.Property;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;

/* JADX INFO: renamed from: މ.މ.ލ.ޘ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC2177<PropertyT extends Property> {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final List<PropertyT> f7084;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public int[] f7085;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public float[] f7086;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final List<AbstractC2178> f7087;

    public AbstractC2177() {
        ArrayList arrayList = new ArrayList();
        this.f7084 = arrayList;
        Collections.unmodifiableList(arrayList);
        this.f7085 = new int[4];
        this.f7086 = new float[4];
        this.f7087 = new ArrayList(4);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final float m4228(int i) {
        return this.f7086[i];
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public void m4229() {
        for (int i = 0; i < this.f7087.size(); i++) {
            AbstractC2178 abstractC2178 = this.f7087.get(i);
            if (abstractC2178.f7088.size() >= 2) {
                m4230();
                Number numberM4231 = null;
                boolean z = false;
                for (int i2 = 0; i2 < abstractC2178.f7089.size(); i2++) {
                    AbstractC2179 abstractC2179 = abstractC2178.f7089.get(i2);
                    if (abstractC2179.m4234()) {
                        if (numberM4231 == null) {
                            numberM4231 = abstractC2178.m4231(this);
                        }
                        abstractC2179.m4233();
                    } else {
                        if (!z) {
                            abstractC2178.m4232(this);
                            z = true;
                        }
                        abstractC2179.m4235();
                    }
                }
            }
        }
    }

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final void m4230() {
        if (this.f7084.size() < 2) {
            return;
        }
        float fM4228 = m4228(0);
        int i = 1;
        while (i < this.f7084.size()) {
            float fM42282 = m4228(i);
            if (fM42282 < fM4228) {
                int i2 = i - 1;
                throw new IllegalStateException(String.format("Parallax Property[%d]\"%s\" is smaller than Property[%d]\"%s\"", Integer.valueOf(i), this.f7084.get(i).getName(), Integer.valueOf(i2), this.f7084.get(i2).getName()));
            }
            if (fM4228 == -3.4028235E38f && fM42282 == Float.MAX_VALUE) {
                int i3 = i - 1;
                throw new IllegalStateException(String.format("Parallax Property[%d]\"%s\" is UNKNOWN_BEFORE and Property[%d]\"%s\" is UNKNOWN_AFTER", Integer.valueOf(i3), this.f7084.get(i3).getName(), Integer.valueOf(i), this.f7084.get(i).getName()));
            }
            i++;
            fM4228 = fM42282;
        }
    }
}
