Searched refs:buttonHeight (Results 1 – 3 of 3) sorted by relevance
123 int buttonHeight = 0; in tryOnMeasure() local127 buttonHeight = resolveMinimumHeight(buttonPanel); in tryOnMeasure()128 buttonWantsHeight = buttonPanel.getMeasuredHeight() - buttonHeight; in tryOnMeasure()130 usedHeight += buttonHeight; in tryOnMeasure()157 usedHeight -= buttonHeight; in tryOnMeasure()162 buttonHeight += heightToGive; in tryOnMeasure()166 buttonHeight, MeasureSpec.EXACTLY); in tryOnMeasure()
113 int buttonHeight = 0; in tryOnMeasure() local117 buttonHeight = resolveMinimumHeight(buttonPanel); in tryOnMeasure()118 buttonWantsHeight = buttonPanel.getMeasuredHeight() - buttonHeight; in tryOnMeasure()120 usedHeight += buttonHeight; in tryOnMeasure()147 usedHeight -= buttonHeight; in tryOnMeasure()152 buttonHeight += heightToGive; in tryOnMeasure()156 buttonHeight, MeasureSpec.EXACTLY); in tryOnMeasure()
315 final int buttonHeight = Math.round(height * mButtonHeightFraction); in draw() local327 mFrame.top + buttonHeight); in draw()330 mFrame.top += buttonHeight; in draw()347 final float radius = getRadiusRatio() * (mFrame.height() + buttonHeight); in draw()