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
1083 safeIcon = getSafeDrawable(icon, in getSafeIcon()1097 private static Drawable getSafeDrawable(Drawable original, int maxWidth, int maxHeight) { in getSafeDrawable() method in Utils