Searched refs:createIcon (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBookmarkUtils.java60 static Bitmap createIcon(Context context, Bitmap touchIcon, Bitmap favicon, method in class:BookmarkUtils
66 return createIcon(context, touchIcon, favicon, type, iconDimension, iconDensity);
81 private static Bitmap createIcon(Context context, Bitmap touchIcon, method in class:BookmarkUtils
120 i.putExtra(Intent.EXTRA_SHORTCUT_ICON, createIcon(context, touchIcon, favicon,
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DIconFactory.java41 public static Bitmap createIcon(Bitmap sourceImage, int iconWidth, int iconHeight, method in class:IconFactory

Completed in 249 milliseconds