/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainer.java | 975 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) {
|
D | NotificationStackScrollLayout.java | 1489 return firstChild != null ? firstChild.getMinHeight() : mCollapsedSize;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableView.java | 182 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
|
D | NotificationContentView.java | 601 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()
|
D | ExpandableNotificationRow.java | 2345 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/ |
D | FakeShadowDrawable.java | 285 float getMinHeight() { in getMinHeight() method in FakeShadowDrawable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 563 fullHeight = Math.min(fullHeight, row.getMinHeight() - getIntrinsicHeight()); 564 iconTransformDistance = Math.min(iconTransformDistance, row.getMinHeight()
|
/frameworks/base/core/java/android/widget/ |
D | ProgressBar.java | 464 @Px public int getMinHeight() { in getMinHeight() method in ProgressBar
|
D | TextView.java | 5317 public int getMinHeight() { in getMinHeight() method in TextView.Drawables
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 743 availableSpace -= child.getMinHeight(true /* ignoreTemporaryStates */) in computeMaxKeyguardNotifications()
|
/frameworks/base/api/ |
D | current.txt | 56319 method @Px public int getMinHeight(); 57153 method public int getMinHeight();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38802 method public int getMinHeight();
|