Searched refs:getMinimumHeight (Results 1 – 13 of 13) sorted by relevance
40 int height = drawable.getMinimumHeight(); in setSafeIcon_smallerThanLimit()48 assertThat(preference.getIcon().getMinimumHeight()).isEqualTo(height); in setSafeIcon_smallerThanLimit()56 int height = drawable.getMinimumHeight(); in setSafeIcon_largerThanLimit()64 assertThat(preference.getIcon().getMinimumHeight()).isEqualTo(testMaxDimensions); in setSafeIcon_largerThanLimit()
308 if (measuredWidth >= getMinimumWidth() || measuredHeight >= getMinimumHeight()) { in onMeasure()335 getMinimumHeight(), getMaxHeight(), heightMeasureSpec); in onMeasure()
317 final int minimumHeight = getMinimumHeight(); in onMeasure()
52 int actualHeight = original.getMinimumHeight(); in getSafeDrawable()
70 int minimumSize = (isLandscape) ? getMinimumWidth() : getMinimumHeight(); in onMeasure()
192 public int getMinimumHeight() { in getMinimumHeight() method in FastBitmapDrawable
462 public int getMinimumHeight() { in getMinimumHeight() method in ActivityPicker.EmptyDrawable
952 final int actualHeight = original.getMinimumHeight(); in getSafeDrawable()
947 final int actualHeight = original.getMinimumHeight(); in getSafeDrawable()
1813 assertThat(icon.getMinimumHeight()).isEqualTo(expectedSize); in testRedrawIconForHeader_shouldEnlarge()1832 assertThat(icon.getMinimumHeight()).isEqualTo(expectedSize); in testRedrawIconForHeader_shouldEnlargeForDisconnectedNetwork()
624 final int actualHeight = original.getMinimumHeight(); in redrawIconForHeader()
596 final int actualHeight = original.getMinimumHeight(); in redrawIconForHeader()