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()
1098 final int actualWidth = original.getMinimumWidth(); in getSafeDrawable() local1101 if (actualWidth <= maxWidth && actualHeight <= maxHeight) { in getSafeDrawable()1105 final float scaleWidth = ((float) maxWidth) / actualWidth; in getSafeDrawable()1108 final int width = (int) (actualWidth * scale); in getSafeDrawable()
592 final int actualWidth = original.getMinimumWidth(); in redrawIconForHeader() local595 if ((actualWidth == iconSize && actualHeight == iconSize) in redrawIconForHeader()