Home
last modified time | relevance | path

Searched refs:getSuggestedMinimumHeight (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DBitmapView.java42 protected int getSuggestedMinimumHeight() { in getSuggestedMinimumHeight() method in BitmapView
/frameworks/base/core/java/android/widget/
DSpace.java98 getDefaultSize2(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure()
DAbsoluteLayout.java92 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight()); in onMeasure()
DDayPickerViewPager.java89 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight()); in onMeasure()
DAbsSpinner.java239 preferredHeight = Math.max(preferredHeight, getSuggestedMinimumHeight()); in onMeasure()
DFrameLayout.java215 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight()); in onMeasure()
DLinearLayout.java947 heightSize = Math.max(heightSize, getSuggestedMinimumHeight()); in measureVertical()
1477 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight()); in measureHorizontal()
DImageView.java1228 h = Math.max(h, getSuggestedMinimumHeight()); in onMeasure()
DToolbar.java1813 Math.max(height, getSuggestedMinimumHeight()), in onMeasure()
DRelativeLayout.java595 height = Math.max(height, getSuggestedMinimumHeight()); in onMeasure()
DGridLayout.java1101 int measuredHeight = Math.max(heightSansPadding + vPadding, getSuggestedMinimumHeight()); in onMeasure()
DTextView.java9598 desired = Math.max(desired, getSuggestedMinimumHeight()); in getDesiredHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DResizingSpace.java101 getDefaultSize2(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DFillContentLayout.java77 getDefaultSize(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DDialogViewAnimator.java92 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight()); in onMeasure()
DMessagingLinearLayout.java142 Math.max(getSuggestedMinimumHeight(), totalHeight)); in onMeasure()
DNotificationActionListLayout.java156 resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure()
DWatchListDecorLayout.java195 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight()); in onMeasure()
DActionBarOverlayLayout.java476 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight());
DLockPatternView.java703 final int minimumHeight = getSuggestedMinimumHeight(); in onMeasure()
/frameworks/base/core/java/android/app/
DFragmentBreadCrumbs.java269 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight()); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java538 int buttonHeight = Math.max(getSuggestedMinimumHeight(), mPaddingTop in onMeasure()
/frameworks/base/core/java/android/view/
DView.java25167 getDefaultSize(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure()
25309 protected int getSuggestedMinimumHeight() { in getSuggestedMinimumHeight() method in View
/frameworks/base/config/
Dboot-image-profile.txt16926 HSPLandroid/view/View;->getSuggestedMinimumHeight()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33463 method protected int getSuggestedMinimumHeight();

12