Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculatorTest.kt133 whenever(row.getMinHeight(any())).thenReturn(5) in <lambda>()
247 whenever(row.getMinHeight(any())).thenReturn(5) in <lambda>()
267 whenever(row.getMinHeight(any())).thenReturn(5) in <lambda>()
286 whenever(expandableView.getMinHeight(any())).thenReturn(5) in <lambda>()
305 whenever(expandableView.getMinHeight(any())).thenReturn(5) in <lambda>()
325 whenever(expandableView.getMinHeight(any())).thenReturn(1) in <lambda>()
379 whenever(row.getMinHeight(any())).thenReturn(height.toInt()) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1292 return getMinHeight(NUMBER_OF_CHILDREN_WHEN_SYSTEM_EXPANDED, true
1306 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1330 childHeight = child.getShowingLayout().getMinHeight(false /* likeGroupExpanded */);
1334 childHeight = child.getShowingLayout().getMinHeight(
1338 float singleLineHeight = child.getShowingLayout().getMinHeight(
1370 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1377 public int getMinHeight() {
1378 return getMinHeight(NUMBER_OF_CHILDREN_WHEN_COLLAPSED, false /* likeHighPriority */);
1382 return getMinHeight(getMaxAllowedVisibleChildren(true /* forceCollapsed */),
1387 return getMinHeight(getMaxAllowedVisibleChildren(true /* forceCollapsed */),
[all …]
DNotificationStackSizeCalculator.kt453 view.getMinHeight(/* ignoreTemporaryStates= */ true).toFloat() in <lambda>()
462 view.getMinHeight(/* ignoreTemporaryStates= */ true).toFloat() in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragPositioningCallbackUtility.java115 if (repositionTaskBounds.height() < getMinHeight(displayController, windowDecoration)) { in changeBounds()
184 private static float getMinHeight(DisplayController displayController, in getMinHeight() method in DragPositioningCallbackUtility
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityManagerTest.java268 assertEquals(td1.getMinHeight(), td2.getMinHeight()); in assertTaskDescriptionEqual()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java254 public int getMinHeight() { in getMinHeight() method in ExpandableView
255 return getMinHeight(false /* ignoreTemporaryStates */); in getMinHeight()
265 public int getMinHeight(boolean ignoreTemporaryStates) { in getMinHeight() method in ExpandableView
DNotificationContentView.java639 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()
715 hint = getMinHeight(); in getMinContentHeightHint()
838 public int getMinHeight() { in getMinHeight() method in NotificationContentView
839 return getMinHeight(false /* likeGroupExpanded */); in getMinHeight()
842 public int getMinHeight(boolean likeGroupExpanded) { in getMinHeight() method in NotificationContentView
1184 : mContainingNotification.getShowingLayout().getMinHeight(); in calculateVisibleType()
2122 return getMinHeight();
2134 return getMinHeight();
2243 pw.print("minHeight", getMinHeight());
DExpandableNotificationRow.java2730 return mPrivateLayout.getMinHeight();
2732 return getMinHeight();
3286 public int getMinHeight(boolean ignoreTemporaryStates) {
3293 return mChildrenContainer.getMinHeight();
3298 return showingLayout.getMinHeight();
3306 return getMinHeight();
3848 pw.print("minHeight", getMinHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java743 fullHeight = Math.min(fullHeight, view.getMinHeight() - getIntrinsicHeight());
746 view.getMinHeight() - getIntrinsicHeight());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java258 assertThat(publicRow.getPrivateLayout().getMinHeight()) in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
259 .isEqualTo(publicRow.getPublicLayout().getMinHeight()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
/frameworks/base/core/java/android/widget/
DProgressBar.java479 @Px public int getMinHeight() { in getMinHeight() method in ProgressBar
DTextView.java6096 public int getMinHeight() { in getMinHeight() method in TextView.Drawables
/frameworks/base/core/java/android/app/
DActivityManager.java2380 public int getMinHeight() { in getMinHeight() method in ActivityManager.TaskDescription
2798 pw.print(" minHeight="); pw.print(td.getMinHeight()); in dump()
/frameworks/base/core/api/
Dcurrent.txt59992 method @Px public int getMinHeight();
60917 method public int getMinHeight();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38802 method public int getMinHeight();