Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculatorTest.kt131 whenever(row.getMinHeight(any())).thenReturn(5)
245 whenever(row.getMinHeight(any())).thenReturn(5)
265 whenever(row.getMinHeight(any())).thenReturn(5)
284 whenever(expandableView.getMinHeight(any())).thenReturn(5)
303 whenever(expandableView.getMinHeight(any())).thenReturn(5)
323 whenever(expandableView.getMinHeight(any())).thenReturn(1)
377 whenever(row.getMinHeight(any())).thenReturn(height.toInt())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java1152 return getMinHeight(NUMBER_OF_CHILDREN_WHEN_SYSTEM_EXPANDED, true
1166 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1194 childHeight = child.getShowingLayout().getMinHeight(
1198 float singleLineHeight = child.getShowingLayout().getMinHeight(
1230 : child.getShowingLayout().getMinHeight(true /* likeGroupExpanded */);
1237 public int getMinHeight() {
1238 return getMinHeight(NUMBER_OF_CHILDREN_WHEN_COLLAPSED, false /* likeHighPriority */);
1242 return getMinHeight(getMaxAllowedVisibleChildren(true /* forceCollapsed */),
1247 return getMinHeight(getMaxAllowedVisibleChildren(true /* forceCollapsed */),
1258 private int getMinHeight(int maxAllowedVisibleChildren, boolean likeHighPriority) {
[all …]
H A DNotificationStackSizeCalculator.kt405 view.getMinHeight(/* ignoreTemporaryStates= */ true).toFloat()
414 view.getMinHeight(/* ignoreTemporaryStates= */ true).toFloat()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragPositioningCallbackUtility.java112 if (repositionTaskBounds.height() < getMinHeight(displayController, windowDecoration)) { in changeBounds()
181 private static float getMinHeight(DisplayController displayController, in getMinHeight() method in DragPositioningCallbackUtility
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java261 assertEquals(td1.getMinHeight(), td2.getMinHeight()); in assertTaskDescriptionEqual()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java248 public int getMinHeight() { in getMinHeight() method in ExpandableView
249 return getMinHeight(false /* ignoreTemporaryStates */); in getMinHeight()
259 public int getMinHeight(boolean ignoreTemporaryStates) { in getMinHeight() method in ExpandableView
H A DNotificationContentView.java595 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()
672 hint = getMinHeight(); in getMinContentHeightHint()
795 public int getMinHeight() { in getMinHeight() method in NotificationContentView
796 return getMinHeight(false /* likeGroupExpanded */); in getMinHeight()
799 public int getMinHeight(boolean likeGroupExpanded) { in getMinHeight() method in NotificationContentView
1087 : mContainingNotification.getShowingLayout().getMinHeight(); in calculateVisibleType()
2013 return getMinHeight();
2025 return getMinHeight();
H A DExpandableNotificationRow.java2605 return mPrivateLayout.getMinHeight();
2607 return getMinHeight();
3146 int contentHeight = Math.max(getMinHeight(), height);
3176 public int getMinHeight(boolean ignoreTemporaryStates) {
3183 return mChildrenContainer.getMinHeight();
3188 return showingLayout.getMinHeight();
3196 return getMinHeight();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java760 fullHeight = Math.min(fullHeight, view.getMinHeight() - getIntrinsicHeight());
763 view.getMinHeight() - getIntrinsicHeight());
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java281 assertThat(publicRow.getPrivateLayout().getMinHeight()) in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
282 .isEqualTo(publicRow.getPublicLayout().getMinHeight()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java2154 public int getMinHeight() { in getMinHeight() method in ActivityManager.TaskDescription
2540 pw.print(" minHeight="); pw.print(td.getMinHeight()); in dump()
/aosp14/frameworks/base/core/java/android/widget/
H A DProgressBar.java470 @Px public int getMinHeight() { in getMinHeight() method in ProgressBar
H A DTextView.java5825 public int getMinHeight() { in getMinHeight() method in TextView.Drawables
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof1999 HSPLandroidx/compose/material3/ButtonDefaults;->getMinHeight-D9Ej5fM()F
8012 HSPLandroidx/compose/ui/unit/Constraints;->getMinHeight-impl(J)I
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt59359 method @Px public int getMinHeight();
60271 method public int getMinHeight();