HomeSort by relevance Sort by last modified time
    Searched full:buttonheight (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
AlertDialogLayout.java 123 int buttonHeight = 0;
127 buttonHeight = resolveMinimumHeight(buttonPanel);
128 buttonWantsHeight = buttonPanel.getMeasuredHeight() - buttonHeight;
130 usedHeight += buttonHeight;
157 usedHeight -= buttonHeight;
162 buttonHeight += heightToGive;
166 buttonHeight, MeasureSpec.EXACTLY);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AlertDialogLayout.java 112 int buttonHeight = 0;
116 buttonHeight = resolveMinimumHeight(buttonPanel);
117 buttonWantsHeight = buttonPanel.getMeasuredHeight() - buttonHeight;
119 usedHeight += buttonHeight;
146 usedHeight -= buttonHeight;
151 buttonHeight += heightToGive;
155 buttonHeight, MeasureSpec.EXACTLY);
  /frameworks/support/design/tests/src/android/support/design/widget/
AppBarHorizontalScrollingTest.java 68 final int buttonHeight = button.getHeight();
70 final float emulatedTapY = buttonXY[1] + buttonHeight / 2.0f;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
BatteryMeterDrawableBase.java 304 final int buttonHeight = Math.round(height * mButtonHeightFraction);
316 mFrame.top + buttonHeight);
319 mFrame.top += buttonHeight;
335 final float radius = getRadiusRatio() * (mFrame.height() + buttonHeight);
  /platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
AccessibilityScannerHelper.java 291 int buttonHeight = bounds.height();
292 if (Math.abs(locX - origX) > buttonWidth || Math.abs(locY - origY) > buttonHeight) {

Completed in 331 milliseconds