Searched refs:buttonWantsHeight (Results 1 – 1 of 1) sorted by relevance
126 int buttonWantsHeight = 0; in tryOnMeasure() local130 buttonWantsHeight = buttonPanel.getMeasuredHeight() - buttonHeight; in tryOnMeasure()161 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight); in tryOnMeasure()