Searched refs:iconWidth (Results 1 – 1 of 1) sorted by relevance
630 final int iconWidth = icon.getIntrinsicWidth(); in getView() local639 if (width > 0 && height > 0 && (width < iconWidth || height < iconHeight)) { in getView()640 final float ratio = (float) iconWidth / iconHeight; in getView()642 if (iconWidth > iconHeight) { in getView()644 } else if (iconHeight > iconWidth) { in getView()