Home | History | Annotate | Download | only in launcher2

Lines Matching full:icon

725                     final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
1207 // This builds the icon bitmaps.
1290 * If c is not null, then it will be used to fill in missing data like the title and icon.
1294 Bitmap icon = null;
1305 // the resource -- This may implicitly give us back the fallback icon,
1311 icon = mIconCache.getIcon(componentName, resolveInfo);
1314 if (icon == null) {
1316 icon = getIconFromCursor(c, iconIndex);
1319 // the fallback icon
1320 if (icon == null) {
1321 icon = getFallbackIcon();
1324 info.setIcon(icon);
1351 Bitmap icon = null;
1371 icon = Utilities.createIconBitmap(resources.getDrawable(id), context);
1377 if (icon == null) {
1378 icon = getIconFromCursor(c, iconIndex);
1380 // the fallback icon
1381 if (icon == null) {
1382 icon = getFallbackIcon();
1387 icon = getIconFromCursor(c, iconIndex);
1388 if (icon == null) {
1389 icon = getFallbackIcon();
1397 icon = getFallbackIcon();
1402 info.setIcon(icon);
1434 Bitmap icon = null;
1440 icon = Utilities.createIconBitmap(new FastBitmapDrawable((Bitmap)bitmap), context);
1452 icon = Utilities.createIconBitmap(resources.getDrawable(id), context);
1454 Log.w(TAG, "Could not load shortcut icon: " + extra);
1461 if (icon == null) {
1462 icon = getFallbackIcon();
1465 info.setIcon(icon);
1487 liveFolderInfo.icon = Utilities.createIconBitmap(resources.getDrawable(id),
1490 liveFolderInfo.icon = Utilities.createIconBitmap(
1499 liveFolderInfo.icon = Utilities.createIconBitmap(
1506 // If this icon doesn't have a custom icon, check to see
1510 // package manager can't find an icon (for example because
1527 Log.d(TAG, "going to save icon bitmap for info=" + info);
1530 // icon.