Searched refs:buttonWantsHeight (Results 1 – 2 of 2) sorted by relevance
113 int buttonWantsHeight = 0; in tryOnMeasure() local117 buttonWantsHeight = buttonPanel.getMeasuredHeight() - buttonHeight; in tryOnMeasure()148 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight); in tryOnMeasure()
124 int buttonWantsHeight = 0; in tryOnMeasure() local128 buttonWantsHeight = buttonPanel.getMeasuredHeight() - buttonHeight; in tryOnMeasure()159 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight); in tryOnMeasure()