Searched refs:getSafeDrawable (Results 1 – 2 of 2) sorted by relevance
35 safeIcon = getSafeDrawable(icon, maxDimension); in getSafeIcon()46 private static Drawable getSafeDrawable(Drawable original, int maxDimension) { in getSafeDrawable() method in DefaultAppUtils
1016 safeIcon = getSafeDrawable(icon, 500, 500); in getSafeIcon()1029 private static Drawable getSafeDrawable(Drawable original, int maxWidth, int maxHeight) { in getSafeDrawable() method in Utils