Searched refs:buttonHeight (Results 1 – 4 of 4) sorted by relevance
112 int buttonHeight = 0; in tryOnMeasure() local116 buttonHeight = resolveMinimumHeight(buttonPanel); in tryOnMeasure()117 buttonWantsHeight = buttonPanel.getMeasuredHeight() - buttonHeight; in tryOnMeasure()119 usedHeight += buttonHeight; in tryOnMeasure()146 usedHeight -= buttonHeight; in tryOnMeasure()151 buttonHeight += heightToGive; in tryOnMeasure()155 buttonHeight, MeasureSpec.EXACTLY); in tryOnMeasure()
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()
68 final int buttonHeight = button.getHeight(); in testScrollAndClick() local70 final float emulatedTapY = buttonXY[1] + buttonHeight / 2.0f; in testScrollAndClick()
304 final int buttonHeight = Math.round(height * mButtonHeightFraction); in draw() local316 mFrame.top + buttonHeight); in draw()319 mFrame.top += buttonHeight; in draw()335 final float radius = getRadiusRatio() * (mFrame.height() + buttonHeight); in draw()