Home
last modified time | relevance | path

Searched refs:buttonHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAlertDialogLayout.java112 int buttonHeight = 0; in tryOnMeasure() local
116 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()
/frameworks/base/core/java/com/android/internal/widget/
DAlertDialogLayout.java123 int buttonHeight = 0; in tryOnMeasure() local
127 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()
/frameworks/support/design/tests/src/android/support/design/widget/
DAppBarHorizontalScrollingTest.java68 final int buttonHeight = button.getHeight(); in testScrollAndClick() local
70 final float emulatedTapY = buttonXY[1] + buttonHeight / 2.0f; in testScrollAndClick()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DBatteryMeterDrawableBase.java304 final int buttonHeight = Math.round(height * mButtonHeightFraction); in draw() local
316 mFrame.top + buttonHeight); in draw()
319 mFrame.top += buttonHeight; in draw()
335 final float radius = getRadiusRatio() * (mFrame.height() + buttonHeight); in draw()