Searched defs:createWidgetBitmap (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetUtils.java47 public static Bitmap createWidgetBitmap(MediaItem image) { method in class:WidgetUtils
54 return createWidgetBitmap(bitmap, image.getRotation());
57 public static Bitmap createWidgetBitmap(Bitmap bitmap, int rotation) { method in class:WidgetUtils
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java3183 public Bitmap createWidgetBitmap(ItemInfo widgetInfo, View layout) { method in class:Workspace
3260 Bitmap crossFadeBitmap = createWidgetBitmap(info, finalView);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java3316 public Bitmap createWidgetBitmap(ItemInfo widgetInfo, View layout) { method in class:Workspace
3401 Bitmap crossFadeBitmap = createWidgetBitmap(info, finalView);

Completed in 236 milliseconds