Home
last modified time | relevance | path

Searched refs:getMinHeight (Results 1 – 19 of 19) sorted by relevance

/frameworks/support/cardview/src/main/java/androidx/cardview/widget/
DCardViewBaseImpl.java101 (int) Math.ceil(getMinHeight(cardView))); in updatePadding()
165 public float getMinHeight(CardViewDelegate cardView) { in getMinHeight() method in CardViewBaseImpl
166 return getShadowBackground(cardView).getMinHeight(); in getMinHeight()
DCardViewImpl.java46 float getMinHeight(CardViewDelegate cardView); in getMinHeight() method
DCardViewApi21Impl.java67 public float getMinHeight(CardViewDelegate cardView) { in getMinHeight() method in CardViewApi21Impl
DCardView.java250 final int minHeight = (int) Math.ceil(IMPL.getMinHeight(mCardViewDelegate)); in onMeasure()
DRoundRectDrawableWithShadow.java370 float getMinHeight() { in getMinHeight() method in RoundRectDrawableWithShadow
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java1036 return getMinHeight(NUMBER_OF_CHILDREN_WHEN_SYSTEM_EXPANDED, true
1050 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1074 childHeight = child.getShowingLayout().getMinHeight(false /* likeGroupExpanded */);
1078 childHeight = child.getShowingLayout().getMinHeight(
1082 float singleLineHeight = child.getShowingLayout().getMinHeight(
1114 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1121 public int getMinHeight() {
1122 return getMinHeight(mContainingNotification.isShowingAmbient()
1128 return getMinHeight(getMaxAllowedVisibleChildren(true /* forceCollapsed */),
1138 private int getMinHeight(int maxAllowedVisibleChildren, boolean likeHighPriority) {
DNotificationStackScrollLayout.java1071 return firstChild != null ? firstChild.getMinHeight() : mCollapsedSize;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java172 public int getMinHeight() { in getMinHeight() method in ExpandableView
173 return getMinHeight(false /* ignoreTemporaryStates */); in getMinHeight()
183 public int getMinHeight(boolean ignoreTemporaryStates) { in getMinHeight() method in ExpandableView
DNotificationContentView.java568 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()
747 public int getMinHeight() { in getMinHeight() method in NotificationContentView
748 return getMinHeight(false /* likeGroupExpanded */); in getMinHeight()
751 public int getMinHeight(boolean likeGroupExpanded) { in getMinHeight() method in NotificationContentView
1052 : mContainingNotification.getShowingLayout().getMinHeight(); in calculateVisibleType()
DExpandableNotificationRow.java2125 return mPrivateLayout.getMinHeight();
2127 return getMinHeight();
2482 int contentHeight = Math.max(getMinHeight(), height);
2507 public int getMinHeight(boolean ignoreTemporaryStates) {
2514 return mChildrenContainer.getMinHeight();
2519 return showingLayout.getMinHeight();
2527 return getMinHeight();
DNotificationShelf.java484 fullHeight = Math.min(fullHeight, row.getMinHeight() - getIntrinsicHeight());
485 iconTransformDistance = Math.min(iconTransformDistance, row.getMinHeight()
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
DPagerTabStrip.java222 int getMinHeight() { in getMinHeight() method in PagerTabStrip
223 return Math.max(super.getMinHeight(), mMinStripHeight); in getMinHeight()
DPagerTitleStrip.java444 final int minHeight = getMinHeight(); in onMeasure()
462 int getMinHeight() { in getMinHeight() method in PagerTitleStrip
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFakeShadowDrawable.java285 float getMinHeight() { in getMinHeight() method in FakeShadowDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java563 availableSpace -= child.getMinHeight(true /* ignoreTemporaryStates */) in computeMaxKeyguardNotifications()
/frameworks/base/core/java/android/widget/
DTextView.java4805 public int getMinHeight() { in getMinHeight() method in TextView.Drawables
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38802 method public int getMinHeight();
/frameworks/base/api/
Dcurrent.txt53809 method public int getMinHeight();
/frameworks/base/config/
Dhiddenapi-public-dex.txt55741 Landroid/widget/TextView;->getMinHeight()I