Searched refs:remainingHeight (Results 1 – 2 of 2) sorted by relevance
140 int remainingHeight = heightSize - usedHeight; in tryOnMeasure() local148 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight); in tryOnMeasure()150 remainingHeight -= heightToGive; in tryOnMeasure()164 if (middlePanel != null && remainingHeight > 0) { in tryOnMeasure()167 final int heightToGive = remainingHeight; in tryOnMeasure()168 remainingHeight -= heightToGive; in tryOnMeasure()
151 int remainingHeight = heightSize - usedHeight; in tryOnMeasure() local159 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight); in tryOnMeasure()161 remainingHeight -= heightToGive; in tryOnMeasure()175 if (middlePanel != null && remainingHeight > 0) { in tryOnMeasure()178 final int heightToGive = remainingHeight; in tryOnMeasure()179 remainingHeight -= heightToGive; in tryOnMeasure()