/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackSizeCalculatorTest.kt | 131 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 D | NotificationChildrenContainer.java | 1152 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 D | NotificationStackSizeCalculator.kt | 405 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 D | DragPositioningCallbackUtility.java | 112 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 D | ActivityManagerTest.java | 261 assertEquals(td1.getMinHeight(), td2.getMinHeight()); in assertTaskDescriptionEqual()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableView.java | 248 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 D | NotificationContentView.java | 595 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 D | ExpandableNotificationRow.java | 2605 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 D | NotificationShelf.java | 760 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 D | ExpandableNotificationRowTest.java | 281 assertThat(publicRow.getPrivateLayout().getMinHeight()) in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange() 282 .isEqualTo(publicRow.getPublicLayout().getMinHeight()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityManager.java | 2154 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 D | ProgressBar.java | 470 @Px public int getMinHeight() { in getMinHeight() method in ProgressBar
|
H A D | TextView.java | 5825 public int getMinHeight() { in getMinHeight() method in TextView.Drawables
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 1999 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 59359 method @Px public int getMinHeight(); 60271 method public int getMinHeight();
|