/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalAlbum.java | 31 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()
|
D | LocalVideo.java | 27 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()
|
D | ComboSource.java | 19 import com.android.gallery3d.app.GalleryApp; 24 private GalleryApp mApplication; 27 public ComboSource(GalleryApp application) { in ComboSource()
|
D | ChangeNotifier.java | 21 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()
|
D | SecureSource.java | 19 import com.android.gallery3d.app.GalleryApp; 22 private GalleryApp mApplication; 32 public SecureSource(GalleryApp context) { in SecureSource()
|
D | SnailSource.java | 18 import com.android.gallery3d.app.GalleryApp; 26 private GalleryApp mApplication; 30 public SnailSource(GalleryApp application) { in SnailSource()
|
D | DataManager.java | 24 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()
|
D | ClusterSource.java | 19 import com.android.gallery3d.app.GalleryApp; 34 GalleryApp mApplication; 37 public ClusterSource(GalleryApp application) { in ClusterSource()
|
D | ActionImage.java | 24 import com.android.gallery3d.app.GalleryApp; 33 private GalleryApp mApplication; 36 public ActionImage(Path path, GalleryApp application, int resourceId) { in ActionImage()
|
D | FilterSource.java | 19 import com.android.gallery3d.app.GalleryApp; 35 private GalleryApp mApplication; 40 public FilterSource(GalleryApp application) { in FilterSource()
|
D | LocalImage.java | 33 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()
|
D | UriSource.java | 23 import com.android.gallery3d.app.GalleryApp; 36 private GalleryApp mApplication; 38 public UriSource(GalleryApp context) { in UriSource()
|
D | ImageCacheRequest.java | 22 import com.android.gallery3d.app.GalleryApp; 31 protected GalleryApp mApplication; 37 public ImageCacheRequest(GalleryApp application, in ImageCacheRequest()
|
D | LocalSource.java | 26 import com.android.gallery3d.app.GalleryApp; 37 private GalleryApp mApplication; 56 public LocalSource(GalleryApp context) { in LocalSource() 84 GalleryApp app = mApplication; in createMediaObject()
|
D | ClusterAlbumSet.java | 22 import com.android.gallery3d.app.GalleryApp; 30 private GalleryApp mApplication; 36 public ClusterAlbumSet(Path path, GalleryApp application, in ClusterAlbumSet()
|
D | UnlockImage.java | 20 import com.android.gallery3d.app.GalleryApp; 26 public UnlockImage(Path path, GalleryApp application) { in UnlockImage()
|
D | CameraShortcutImage.java | 20 import com.android.gallery3d.app.GalleryApp; 26 public CameraShortcutImage(Path path, GalleryApp application) { in CameraShortcutImage()
|
D | EmptyAlbumImage.java | 20 import com.android.gallery3d.app.GalleryApp; 26 public EmptyAlbumImage(Path path, GalleryApp application) { in EmptyAlbumImage()
|
D | LocalAlbumSet.java | 25 import com.android.gallery3d.app.GalleryApp; 50 private final GalleryApp mApplication; 61 public LocalAlbumSet(Path path, GalleryApp application) { in LocalAlbumSet()
|
D | UriImage.java | 27 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/ |
D | WidgetService.java | 28 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()
|
D | WidgetConfigure.java | 32 import com.android.gallery3d.app.GalleryApp; 168 GalleryApp galleryApp = (GalleryApp) getApplicationContext(); in setChoosenAlbum()
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/ |
D | PicasaSource.java | 24 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/ |
D | GalleryWidgetMigrator.java | 26 import com.android.gallery3d.app.GalleryApp; 77 GalleryApp galleryApp = (GalleryApp) context.getApplicationContext(); in migrateGalleryWidgetsInternal()
|
/packages/apps/Gallery2/src/com/android/gallery3d/provider/ |
D | GalleryProvider.java | 31 import com.android.gallery3d.app.GalleryApp; 107 GalleryApp app = (GalleryApp) getContext().getApplicationContext(); in onCreate()
|