Searched refs:getMinimumHeight (Results 1 – 10 of 10) sorted by relevance
39 int height = drawable.getMinimumHeight(); in setSafeIcon_smallerThanLimit()46 assertThat(icon.getMinimumHeight()).isEqualTo(height); in setSafeIcon_smallerThanLimit()54 int height = drawable.getMinimumHeight(); in setSafeIcon_largerThanLimit()61 assertThat(icon.getMinimumHeight()).isEqualTo(testMaxDimensions); in setSafeIcon_largerThanLimit()69 int height = drawable.getMinimumHeight(); in setSafeIcon_noChangeForVectorDrawable()76 assertThat(icon.getMinimumHeight()).isEqualTo(height); in setSafeIcon_noChangeForVectorDrawable()
48 int actualHeight = original.getMinimumHeight(); in getSafeDrawable()
70 int minimumSize = (isLandscape) ? getMinimumWidth() : getMinimumHeight(); in onMeasure()
310 if (measuredWidth >= getMinimumWidth() || measuredHeight >= getMinimumHeight()) { in onMeasure()337 getMinimumHeight(), getMaxHeight(), heightMeasureSpec); in onMeasure()
317 final int minimumHeight = getMinimumHeight(); in onMeasure()
190 public int getMinimumHeight() { in getMinimumHeight() method in FastBitmapDrawable
466 public int getMinimumHeight() { in getMinimumHeight() method in ActivityPicker.EmptyDrawable
1100 final int actualHeight = original.getMinimumHeight(); in getSafeDrawable()
1611 assertThat(icon.getMinimumHeight()).isEqualTo(expectedSize); in testRedrawIconForHeader_shouldEnlarge()1630 assertThat(icon.getMinimumHeight()).isEqualTo(expectedSize); in testRedrawIconForHeader_shouldEnlargeForDisconnectedNetwork()
624 final int actualHeight = original.getMinimumHeight(); in redrawIconForHeader()