Searched refs:actualWidth (Results 1 – 5 of 5) sorted by relevance
51 int actualWidth = original.getMinimumWidth(); in getSafeDrawable() local54 if (actualWidth <= maxDimension && actualHeight <= maxDimension) { in getSafeDrawable()58 float scaleWidth = ((float) maxDimension) / actualWidth; in getSafeDrawable()61 int width = (int) (actualWidth * scale); in getSafeDrawable()
946 final int actualWidth = original.getMinimumWidth(); in getSafeDrawable() local949 if (actualWidth <= maxWidth && actualHeight <= maxHeight) { in getSafeDrawable()953 float scaleWidth = ((float) maxWidth) / actualWidth; in getSafeDrawable()956 final int width = (int) (actualWidth * scale); in getSafeDrawable()
951 final int actualWidth = original.getMinimumWidth(); in getSafeDrawable() local954 if (actualWidth <= maxWidth && actualHeight <= maxHeight) { in getSafeDrawable()958 float scaleWidth = ((float) maxWidth) / actualWidth; in getSafeDrawable()961 final int width = (int) (actualWidth * scale); in getSafeDrawable()
623 final int actualWidth = original.getMinimumWidth(); in redrawIconForHeader() local626 if ((actualWidth == iconSize && actualHeight == iconSize) in redrawIconForHeader()
595 final int actualWidth = original.getMinimumWidth(); in redrawIconForHeader() local598 if ((actualWidth == iconSize && actualHeight == iconSize) in redrawIconForHeader()