Searched refs:remainingHeight (Results 1 – 2 of 2) sorted by relevance
153 int remainingHeight = heightSize - usedHeight; in tryOnMeasure() local161 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight); in tryOnMeasure()163 remainingHeight -= heightToGive; in tryOnMeasure()177 if (middlePanel != null && remainingHeight > 0) { in tryOnMeasure()180 final int heightToGive = remainingHeight; in tryOnMeasure()181 remainingHeight -= heightToGive; in tryOnMeasure()
870 final int remainingHeight = heightSize - heightUsed;873 lp.maxHeight > remainingHeight ? lp.maxHeight - remainingHeight : 0);890 final int remainingHeight = heightSize - heightUsed;893 lp.maxHeight > remainingHeight ? lp.maxHeight - remainingHeight : 0);