Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1011 return getMinHeight(NUMBER_OF_CHILDREN_WHEN_SYSTEM_EXPANDED, true
1025 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1049 childHeight = child.getShowingLayout().getMinHeight(false /* likeGroupExpanded */);
1053 childHeight = child.getShowingLayout().getMinHeight(
1057 float singleLineHeight = child.getShowingLayout().getMinHeight(
1089 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1096 public int getMinHeight() {
1097 return getMinHeight(NUMBER_OF_CHILDREN_WHEN_COLLAPSED, false /* likeHighPriority */);
1101 return getMinHeight(getMaxAllowedVisibleChildren(true /* forceCollapsed */),
1106 return getMinHeight(getMaxAllowedVisibleChildren(true /* forceCollapsed */),
[all …]
DNotificationStackScrollLayout.java1612 return firstChild != null ? firstChild.getMinHeight() : mCollapsedSize;
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityManagerTest.java250 assertEquals(td1.getMinHeight(), td2.getMinHeight()); in assertTaskDescriptionEqual()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java231 public int getMinHeight() { in getMinHeight() method in ExpandableView
232 return getMinHeight(false /* ignoreTemporaryStates */); in getMinHeight()
242 public int getMinHeight(boolean ignoreTemporaryStates) { in getMinHeight() method in ExpandableView
DNotificationContentView.java572 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()
642 hint = getMinHeight(); in getMinContentHeightHint()
766 public int getMinHeight() { in getMinHeight() method in NotificationContentView
767 return getMinHeight(false /* likeGroupExpanded */); in getMinHeight()
770 public int getMinHeight(boolean likeGroupExpanded) { in getMinHeight() method in NotificationContentView
1046 : mContainingNotification.getShowingLayout().getMinHeight(); in calculateVisibleType()
1883 return getMinHeight(); in getExpandHeight()
1895 return getMinHeight(); in getHeadsUpHeight()
DExpandableNotificationRow.java2312 return mPrivateLayout.getMinHeight();
2314 return getMinHeight();
2726 int contentHeight = Math.max(getMinHeight(), height);
2752 public int getMinHeight(boolean ignoreTemporaryStates) {
2759 return mChildrenContainer.getMinHeight();
2764 return showingLayout.getMinHeight();
2772 return getMinHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java552 fullHeight = Math.min(fullHeight, view.getMinHeight() - getIntrinsicHeight());
553 transformDistance = Math.min(transformDistance, view.getMinHeight()
/frameworks/base/core/java/android/app/
DActivityManager.java1488 public int getMinHeight() { in getMinHeight() method in ActivityManager.TaskDescription
1790 pw.print(" minHeight="); pw.print(td.getMinHeight()); in dump()
/frameworks/base/core/java/android/widget/
DProgressBar.java466 @Px public int getMinHeight() { in getMinHeight() method in ProgressBar
DTextView.java5359 public int getMinHeight() { in getMinHeight() method in TextView.Drawables
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java870 availableSpace -= child.getMinHeight(true /* ignoreTemporaryStates */); in computeMaxKeyguardNotifications()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt60254 method @Px public int getMinHeight();
61089 method public int getMinHeight();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38802 method public int getMinHeight();