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

12

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DCameraShortcutImage.java20 import com.android.gallery3d.app.GalleryApp;
26 public CameraShortcutImage(Path path, GalleryApp application) {
H A DEmptyAlbumImage.java20 import com.android.gallery3d.app.GalleryApp;
26 public EmptyAlbumImage(Path path, GalleryApp application) {
H A DUnlockImage.java20 import com.android.gallery3d.app.GalleryApp;
26 public UnlockImage(Path path, GalleryApp application) {
H A DChangeNotifier.java21 import com.android.gallery3d.app.GalleryApp;
31 public ChangeNotifier(MediaSet set, Uri uri, GalleryApp application) {
36 public ChangeNotifier(MediaSet set, Uri[] uris, GalleryApp application) {
H A DComboSource.java19 import com.android.gallery3d.app.GalleryApp;
24 private GalleryApp mApplication;
27 public ComboSource(GalleryApp application) {
H A DSecureSource.java19 import com.android.gallery3d.app.GalleryApp;
22 private GalleryApp mApplication;
32 public SecureSource(GalleryApp context) {
H A DClusterSource.java19 import com.android.gallery3d.app.GalleryApp;
34 GalleryApp mApplication;
37 public ClusterSource(GalleryApp application) {
H A DSnailSource.java18 import com.android.gallery3d.app.GalleryApp;
26 private GalleryApp mApplication;
30 public SnailSource(GalleryApp application) {
H A DActionImage.java24 import com.android.gallery3d.app.GalleryApp;
33 private GalleryApp mApplication;
36 public ActionImage(Path path, GalleryApp application, int resourceId) {
H A DFilterSource.java19 import com.android.gallery3d.app.GalleryApp;
35 private GalleryApp mApplication;
40 public FilterSource(GalleryApp application) {
H A DUriSource.java23 import com.android.gallery3d.app.GalleryApp;
36 private GalleryApp mApplication;
38 public UriSource(GalleryApp context) {
H A DComboAlbumSet.java20 import com.android.gallery3d.app.GalleryApp;
32 public ComboAlbumSet(Path path, GalleryApp application, MediaSet[] mediaSets) {
H A DImageCacheRequest.java22 import com.android.gallery3d.app.GalleryApp;
31 protected GalleryApp mApplication;
37 public ImageCacheRequest(GalleryApp application,
H A DLocalVideo.java27 import com.android.gallery3d.app.GalleryApp;
71 private final GalleryApp mApplication;
75 public LocalVideo(Path path, GalleryApp application, Cursor cursor) {
81 public LocalVideo(Path path, GalleryApp context, int id) {
162 LocalVideoRequest(GalleryApp application, Path path, long timeModified,
H A DClusterAlbumSet.java22 import com.android.gallery3d.app.GalleryApp;
30 private GalleryApp mApplication;
36 public ClusterAlbumSet(Path path, GalleryApp application,
H A DLocalAlbum.java31 import com.android.gallery3d.app.GalleryApp;
52 private final GalleryApp mApplication;
61 public LocalAlbum(Path path, GalleryApp application, int bucketId,
89 public LocalAlbum(Path path, GalleryApp application, int bucketId,
145 DataManager dataManager, GalleryApp app, boolean isImage) {
163 GalleryApp application, boolean isImage, ArrayList<Integer> ids) {
H A DDataManager.java24 import com.android.gallery3d.app.GalleryApp;
69 GalleryApp app = (GalleryApp) context.getApplicationContext();
101 private GalleryApp mApplication;
111 public DataManager(GalleryApp application) {
H A DLocalSource.java26 import com.android.gallery3d.app.GalleryApp;
37 private GalleryApp mApplication;
56 public LocalSource(GalleryApp context) {
84 GalleryApp app = mApplication;
H A DLocalAlbumSet.java25 import com.android.gallery3d.app.GalleryApp;
50 private final GalleryApp mApplication;
61 public LocalAlbumSet(Path path, GalleryApp application) {
/packages/apps/Gallery2/src_pd/com/android/gallery3d/app/
H A DStitchingProgressManager.java22 public StitchingProgressManager(GalleryApp app) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryApp.java29 public interface GalleryApp { interface
H A DGalleryAppImpl.java35 public class GalleryAppImpl extends Application implements GalleryApp {
H A DPanoramaMetadataSupport.java44 public void getPanoramaSupport(GalleryApp app, PanoramaSupportCallback callback) {
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
H A DPicasaSource.java24 import com.android.gallery3d.app.GalleryApp;
43 private GalleryApp mApplication;
48 public PicasaSource(GalleryApp application) {
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetService.java28 import com.android.gallery3d.app.GalleryApp;
48 return new PhotoRVFactory((GalleryApp) getApplicationContext(),
58 private final GalleryApp mApp;
62 public PhotoRVFactory(GalleryApp app, int id, int type, String albumPath) {

Completed in 87 milliseconds

12