Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java975 return getMinHeight(NUMBER_OF_CHILDREN_WHEN_SYSTEM_EXPANDED, true
989 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1013 childHeight = child.getShowingLayout().getMinHeight(false /* likeGroupExpanded */);
1017 childHeight = child.getShowingLayout().getMinHeight(
1021 float singleLineHeight = child.getShowingLayout().getMinHeight(
1053 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1060 public int getMinHeight() {
1061 return getMinHeight(NUMBER_OF_CHILDREN_WHEN_COLLAPSED, false /* likeHighPriority */);
1065 return getMinHeight(getMaxAllowedVisibleChildren(true /* forceCollapsed */),
1075 private int getMinHeight(int maxAllowedVisibleChildren, boolean likeHighPriority) {
DNotificationStackScrollLayout.java1489 return firstChild != null ? firstChild.getMinHeight() : mCollapsedSize;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java182 public int getMinHeight() { in getMinHeight() method in ExpandableView
183 return getMinHeight(false /* ignoreTemporaryStates */); in getMinHeight()
193 public int getMinHeight(boolean ignoreTemporaryStates) { in getMinHeight() method in ExpandableView
DNotificationContentView.java601 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()
785 public int getMinHeight() { in getMinHeight() method in NotificationContentView
786 return getMinHeight(false /* likeGroupExpanded */); in getMinHeight()
789 public int getMinHeight(boolean likeGroupExpanded) { in getMinHeight() method in NotificationContentView
1077 : mContainingNotification.getShowingLayout().getMinHeight(); in calculateVisibleType()
DExpandableNotificationRow.java2345 return mPrivateLayout.getMinHeight();
2347 return getMinHeight();
2748 int contentHeight = Math.max(getMinHeight(), height);
2773 public int getMinHeight(boolean ignoreTemporaryStates) {
2780 return mChildrenContainer.getMinHeight();
2785 return showingLayout.getMinHeight();
2793 return getMinHeight();
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DFakeShadowDrawable.java285 float getMinHeight() { in getMinHeight() method in FakeShadowDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java563 fullHeight = Math.min(fullHeight, row.getMinHeight() - getIntrinsicHeight());
564 iconTransformDistance = Math.min(iconTransformDistance, row.getMinHeight()
/frameworks/base/core/java/android/widget/
DProgressBar.java464 @Px public int getMinHeight() { in getMinHeight() method in ProgressBar
DTextView.java5317 public int getMinHeight() { in getMinHeight() method in TextView.Drawables
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java743 availableSpace -= child.getMinHeight(true /* ignoreTemporaryStates */) in computeMaxKeyguardNotifications()
/frameworks/base/api/
Dcurrent.txt56319 method @Px public int getMinHeight();
57153 method public int getMinHeight();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38802 method public int getMinHeight();