Home
last modified time | relevance | path

Searched refs:GalleryApp (Results 1 – 25 of 35) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalAlbum.java31 import com.android.gallery3d.app.GalleryApp;
52 private final GalleryApp mApplication;
61 public LocalAlbum(Path path, GalleryApp application, int bucketId, in LocalAlbum()
89 public LocalAlbum(Path path, GalleryApp application, int bucketId, in LocalAlbum()
145 DataManager dataManager, GalleryApp app, boolean isImage) { in loadOrUpdateItem()
163 GalleryApp application, boolean isImage, ArrayList<Integer> ids) { in getMediaItemById()
DLocalVideo.java27 import com.android.gallery3d.app.GalleryApp;
71 private final GalleryApp mApplication;
75 public LocalVideo(Path path, GalleryApp application, Cursor cursor) { in LocalVideo()
81 public LocalVideo(Path path, GalleryApp context, int id) { in LocalVideo()
162 LocalVideoRequest(GalleryApp application, Path path, long timeModified, in LocalVideoRequest()
DComboSource.java19 import com.android.gallery3d.app.GalleryApp;
24 private GalleryApp mApplication;
27 public ComboSource(GalleryApp application) { in ComboSource()
DChangeNotifier.java21 import com.android.gallery3d.app.GalleryApp;
31 public ChangeNotifier(MediaSet set, Uri uri, GalleryApp application) { in ChangeNotifier()
36 public ChangeNotifier(MediaSet set, Uri[] uris, GalleryApp application) { in ChangeNotifier()
DSecureSource.java19 import com.android.gallery3d.app.GalleryApp;
22 private GalleryApp mApplication;
32 public SecureSource(GalleryApp context) { in SecureSource()
DSnailSource.java18 import com.android.gallery3d.app.GalleryApp;
26 private GalleryApp mApplication;
30 public SnailSource(GalleryApp application) { in SnailSource()
DDataManager.java24 import com.android.gallery3d.app.GalleryApp;
69 GalleryApp app = (GalleryApp) context.getApplicationContext(); in from()
101 private GalleryApp mApplication;
111 public DataManager(GalleryApp application) { in DataManager()
DClusterSource.java19 import com.android.gallery3d.app.GalleryApp;
34 GalleryApp mApplication;
37 public ClusterSource(GalleryApp application) { in ClusterSource()
DActionImage.java24 import com.android.gallery3d.app.GalleryApp;
33 private GalleryApp mApplication;
36 public ActionImage(Path path, GalleryApp application, int resourceId) { in ActionImage()
DFilterSource.java19 import com.android.gallery3d.app.GalleryApp;
35 private GalleryApp mApplication;
40 public FilterSource(GalleryApp application) { in FilterSource()
DLocalImage.java33 import com.android.gallery3d.app.GalleryApp;
101 private final GalleryApp mApplication;
107 public LocalImage(Path path, GalleryApp application, Cursor cursor) { in LocalImage()
113 public LocalImage(Path path, GalleryApp application, int id) { in LocalImage()
182 LocalImageRequest(GalleryApp application, Path path, long timeModified, in LocalImageRequest()
DUriSource.java23 import com.android.gallery3d.app.GalleryApp;
36 private GalleryApp mApplication;
38 public UriSource(GalleryApp context) { in UriSource()
DImageCacheRequest.java22 import com.android.gallery3d.app.GalleryApp;
31 protected GalleryApp mApplication;
37 public ImageCacheRequest(GalleryApp application, in ImageCacheRequest()
DLocalSource.java26 import com.android.gallery3d.app.GalleryApp;
37 private GalleryApp mApplication;
56 public LocalSource(GalleryApp context) { in LocalSource()
84 GalleryApp app = mApplication; in createMediaObject()
DClusterAlbumSet.java22 import com.android.gallery3d.app.GalleryApp;
30 private GalleryApp mApplication;
36 public ClusterAlbumSet(Path path, GalleryApp application, in ClusterAlbumSet()
DUnlockImage.java20 import com.android.gallery3d.app.GalleryApp;
26 public UnlockImage(Path path, GalleryApp application) { in UnlockImage()
DCameraShortcutImage.java20 import com.android.gallery3d.app.GalleryApp;
26 public CameraShortcutImage(Path path, GalleryApp application) { in CameraShortcutImage()
DEmptyAlbumImage.java20 import com.android.gallery3d.app.GalleryApp;
26 public EmptyAlbumImage(Path path, GalleryApp application) { in EmptyAlbumImage()
DLocalAlbumSet.java25 import com.android.gallery3d.app.GalleryApp;
50 private final GalleryApp mApplication;
61 public LocalAlbumSet(Path path, GalleryApp application) { in LocalAlbumSet()
DUriImage.java27 import com.android.gallery3d.app.GalleryApp;
60 private GalleryApp mApplication;
62 public UriImage(GalleryApp application, Path path, Uri uri, String contentType) { in UriImage()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetService.java28 import com.android.gallery3d.app.GalleryApp;
48 return new PhotoRVFactory((GalleryApp) getApplicationContext(), in onGetViewFactory()
58 private final GalleryApp mApp;
62 public PhotoRVFactory(GalleryApp app, int id, int type, String albumPath) { in PhotoRVFactory()
DWidgetConfigure.java32 import com.android.gallery3d.app.GalleryApp;
168 GalleryApp galleryApp = (GalleryApp) getApplicationContext(); in setChoosenAlbum()
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
DPicasaSource.java24 import com.android.gallery3d.app.GalleryApp;
43 private GalleryApp mApplication;
48 public PicasaSource(GalleryApp application) { in PicasaSource()
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
DGalleryWidgetMigrator.java26 import com.android.gallery3d.app.GalleryApp;
77 GalleryApp galleryApp = (GalleryApp) context.getApplicationContext(); in migrateGalleryWidgetsInternal()
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
DGalleryProvider.java31 import com.android.gallery3d.app.GalleryApp;
107 GalleryApp app = (GalleryApp) getContext().getApplicationContext(); in onCreate()

12