Searched refs:actualWidth (Results 1 – 3 of 3) sorted by relevance
47 int actualWidth = original.getMinimumWidth(); in getSafeDrawable() local50 if (actualWidth <= maxDimension && actualHeight <= maxDimension) { in getSafeDrawable()54 float scaleWidth = ((float) maxDimension) / actualWidth; in getSafeDrawable()57 int width = (int) (actualWidth * scale); in getSafeDrawable()
1030 final int actualWidth = original.getMinimumWidth(); in getSafeDrawable() local1033 if (actualWidth <= maxWidth && actualHeight <= maxHeight) { in getSafeDrawable()1037 final float scaleWidth = ((float) maxWidth) / actualWidth; in getSafeDrawable()1040 final int width = (int) (actualWidth * scale); in getSafeDrawable()
603 final int actualWidth = original.getMinimumWidth(); in redrawIconForHeader() local606 if ((actualWidth == iconSize && actualHeight == iconSize) in redrawIconForHeader()