Searched refs:createWidgetBitmap (Results 1 - 5 of 5) 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
H A DLocalPhotoSource.java104 return WidgetUtils.createWidgetBitmap(image);
H A DMediaSetSource.java172 return WidgetUtils.createWidgetBitmap(mCache[index - mCacheStart]);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java3182 public Bitmap createWidgetBitmap(ItemInfo widgetInfo, View layout) { method in class:Workspace
3259 Bitmap crossFadeBitmap = createWidgetBitmap(info, finalView);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java3876 public Bitmap createWidgetBitmap(ItemInfo widgetInfo, View layout) { method in class:Workspace
3953 Bitmap crossFadeBitmap = createWidgetBitmap(info, finalView);

Completed in 189 milliseconds