Lines Matching refs:icon
2149 Bitmap icon = null; in getShortcutInfo() local
2196 icon = mIconCache.getIcon(componentName, resolveInfo, labelCache); in getShortcutInfo()
2199 if (icon == null) { in getShortcutInfo()
2201 icon = getIconFromCursor(c, iconIndex, context); in getShortcutInfo()
2205 if (icon == null) { in getShortcutInfo()
2206 icon = getFallbackIcon(); in getShortcutInfo()
2209 info.setIcon(icon); in getShortcutInfo()
2262 Bitmap icon = null; in getShortcutInfo() local
2282 icon = Utilities.createIconBitmap( in getShortcutInfo()
2289 if (icon == null) { in getShortcutInfo()
2290 icon = getIconFromCursor(c, iconIndex, context); in getShortcutInfo()
2293 if (icon == null) { in getShortcutInfo()
2294 icon = getFallbackIcon(); in getShortcutInfo()
2299 icon = getIconFromCursor(c, iconIndex, context); in getShortcutInfo()
2300 if (icon == null) { in getShortcutInfo()
2301 icon = getFallbackIcon(); in getShortcutInfo()
2309 icon = getFallbackIcon(); in getShortcutInfo()
2314 info.setIcon(icon); in getShortcutInfo()
2409 Bitmap icon = null; in infoFromShortcutIntent() local
2414 icon = Utilities.createIconBitmap(new FastBitmapDrawable((Bitmap)bitmap), context); in infoFromShortcutIntent()
2425 icon = Utilities.createIconBitmap( in infoFromShortcutIntent()
2435 if (icon == null) { in infoFromShortcutIntent()
2437 icon = fallbackIcon; in infoFromShortcutIntent()
2439 icon = getFallbackIcon(); in infoFromShortcutIntent()
2443 info.setIcon(icon); in infoFromShortcutIntent()