jimu-decompiled/sources/androidx/constraintlayout/solver/GoalRow.java
2025-05-13 19:24:51 +02:00

15 lines
407 B
Java

package androidx.constraintlayout.solver;
/* loaded from: classes.dex */
public class GoalRow extends ArrayRow {
public GoalRow(Cache cache) {
super(cache);
}
@Override // androidx.constraintlayout.solver.ArrayRow, androidx.constraintlayout.solver.LinearSystem.Row
public void a(SolverVariable solverVariable) {
super.a(solverVariable);
solverVariable.j--;
}
}