Searched refs:parentMin (Results 1 – 2 of 2) sorted by relevance
1273 private MutableInt parentMin = new MutableInt(0); field in GridLayout.Axis1533 include(mins, new Interval(0, N), parentMin, false); in createArcs()1788 int deltaMax = parentMin.value * getChildCount() + 1; //exclusive in solveAndDistributeSpace()1874 parentMin.value = min; in setParentConstraints()
67787 Landroid/widget/GridLayout$Axis;->parentMin:Landroid/widget/GridLayout$MutableInt;