Home
last modified time | relevance | path

Searched refs:createWidgetBitmap (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetUtils.java47 public static Bitmap createWidgetBitmap(MediaItem image) { in createWidgetBitmap() method in WidgetUtils
54 return createWidgetBitmap(bitmap, image.getRotation()); in createWidgetBitmap()
57 public static Bitmap createWidgetBitmap(Bitmap bitmap, int rotation) { in createWidgetBitmap() method in WidgetUtils
DMediaSetSource.java172 return WidgetUtils.createWidgetBitmap(mCache[index - mCacheStart]); in getImage()
DLocalPhotoSource.java104 return WidgetUtils.createWidgetBitmap(image); in getImage()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java3183 public Bitmap createWidgetBitmap(ItemInfo widgetInfo, View layout) {
3260 Bitmap crossFadeBitmap = createWidgetBitmap(info, finalView);
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java4057 public Bitmap createWidgetBitmap(ItemInfo widgetInfo, View layout) {
4134 Bitmap crossFadeBitmap = createWidgetBitmap(info, finalView);