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