Home | History | Annotate | Download | only in launcher2

Lines Matching refs:iconResource

1267         Intent.ShortcutIconResource iconResource = null;
1272 iconResource = (Intent.ShortcutIconResource) extra;
1275 iconResource.packageName);
1276 final int id = resources.getIdentifier(iconResource.resourceName, null, null);
1290 info.iconResource = iconResource;