Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/defaultapps/
DDefaultAppUtilsTest.java38 int height = drawable.getMinimumHeight(); in setSafeIcon_smallerThanLimit()
45 assertThat(icon.getMinimumHeight()).isEqualTo(height); in setSafeIcon_smallerThanLimit()
53 int height = drawable.getMinimumHeight(); in setSafeIcon_largerThanLimit()
60 assertThat(icon.getMinimumHeight()).isEqualTo(testMaxDimensions); in setSafeIcon_largerThanLimit()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAsyncImageView.java310 if (measuredWidth >= getMinimumWidth() || measuredHeight >= getMinimumHeight()) { in onMeasure()
337 getMinimumHeight(), getMaxHeight(), heightMeasureSpec); in onMeasure()
DVideoThumbnailView.java317 final int minimumHeight = getMinimumHeight(); in onMeasure()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/defaultapps/
DDefaultAppUtils.java48 int actualHeight = original.getMinimumHeight(); in getSafeDrawable()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DControlPanelLayout.java70 int minimumSize = (isLandscape) ? getMinimumWidth() : getMinimumHeight(); in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/
DFastBitmapDrawable.java178 public int getMinimumHeight() { in getMinimumHeight() method in FastBitmapDrawable
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DActivityPicker.java462 public int getMinimumHeight() { in getMinimumHeight() method in ActivityPicker.EmptyDrawable
DUtils.java952 final int actualHeight = original.getMinimumHeight(); in getSafeDrawable()
/packages/apps/Settings/src/com/android/settings/
DActivityPicker.java462 public int getMinimumHeight() { in getMinimumHeight() method in ActivityPicker.EmptyDrawable
DUtils.java959 final int actualHeight = original.getMinimumHeight(); in getSafeDrawable()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2Test.java1536 assertThat(icon.getMinimumHeight()).isEqualTo(expectedSize); in testRedrawIconForHeader_shouldEnlarge()
1555 assertThat(icon.getMinimumHeight()).isEqualTo(expectedSize); in testRedrawIconForHeader_shouldEnlargeForDisconnectedNetwork()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details/
DWifiDetailPreferenceControllerTest.java1889 assertThat(icon.getMinimumHeight()).isEqualTo(expectedSize); in testRedrawIconForHeader_shouldEnlarge()
1908 assertThat(icon.getMinimumHeight()).isEqualTo(expectedSize); in testRedrawIconForHeader_shouldEnlargeForDisconnectedNetwork()
/packages/apps/Settings/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2.java548 final int actualHeight = original.getMinimumHeight(); in redrawIconForHeader()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/details/
DWifiDetailPreferenceController.java627 final int actualHeight = original.getMinimumHeight(); in redrawIconForHeader()
/packages/apps/Settings/src/com/android/settings/wifi/details/
DWifiDetailPreferenceController.java718 final int actualHeight = original.getMinimumHeight(); in redrawIconForHeader()