15 lines
407 B
Java
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--;
|
|
}
|
|
}
|