HomeSort by relevance Sort by last modified time
    Searched refs:GalleryApp (Results 1 - 25 of 35) sorted by null

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
CameraShortcutImage.java 20 import com.android.gallery3d.app.GalleryApp;
26 public CameraShortcutImage(Path path, GalleryApp application) {
EmptyAlbumImage.java 20 import com.android.gallery3d.app.GalleryApp;
26 public EmptyAlbumImage(Path path, GalleryApp application) {
UnlockImage.java 20 import com.android.gallery3d.app.GalleryApp;
26 public UnlockImage(Path path, GalleryApp application) {
ChangeNotifier.java 21 import com.android.gallery3d.app.GalleryApp;
31 public ChangeNotifier(MediaSet set, Uri uri, GalleryApp application) {
36 public ChangeNotifier(MediaSet set, Uri[] uris, GalleryApp application) {
ComboSource.java 19 import com.android.gallery3d.app.GalleryApp;
24 private GalleryApp mApplication;
27 public ComboSource(GalleryApp application) {
SecureSource.java 19 import com.android.gallery3d.app.GalleryApp;
22 private GalleryApp mApplication;
32 public SecureSource(GalleryApp context) {
ClusterSource.java 19 import com.android.gallery3d.app.GalleryApp;
34 GalleryApp mApplication;
37 public ClusterSource(GalleryApp application) {
SnailSource.java 18 import com.android.gallery3d.app.GalleryApp;
26 private GalleryApp mApplication;
30 public SnailSource(GalleryApp application) {
ActionImage.java 24 import com.android.gallery3d.app.GalleryApp;
33 private GalleryApp mApplication;
36 public ActionImage(Path path, GalleryApp application, int resourceId) {
FilterSource.java 19 import com.android.gallery3d.app.GalleryApp;
35 private GalleryApp mApplication;
40 public FilterSource(GalleryApp application) {
UriSource.java 23 import com.android.gallery3d.app.GalleryApp;
36 private GalleryApp mApplication;
38 public UriSource(GalleryApp context) {
ComboAlbumSet.java 20 import com.android.gallery3d.app.GalleryApp;
32 public ComboAlbumSet(Path path, GalleryApp application, MediaSet[] mediaSets) {
ImageCacheRequest.java 22 import com.android.gallery3d.app.GalleryApp;
31 protected GalleryApp mApplication;
37 public ImageCacheRequest(GalleryApp application,
LocalVideo.java 27 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,
ClusterAlbumSet.java 22 import com.android.gallery3d.app.GalleryApp;
30 private GalleryApp mApplication;
36 public ClusterAlbumSet(Path path, GalleryApp application,
LocalAlbum.java 31 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) {
DataManager.java 24 import com.android.gallery3d.app.GalleryApp;
69 GalleryApp app = (GalleryApp) context.getApplicationContext();
101 private GalleryApp mApplication;
111 public DataManager(GalleryApp application) {
LocalSource.java 26 import com.android.gallery3d.app.GalleryApp;
37 private GalleryApp mApplication;
56 public LocalSource(GalleryApp context) {
84 GalleryApp app = mApplication;
LocalAlbumSet.java 25 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/
StitchingProgressManager.java 22 public StitchingProgressManager(GalleryApp app) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryApp.java 29 public interface GalleryApp {
GalleryAppImpl.java 35 public class GalleryAppImpl extends Application implements GalleryApp {
PanoramaMetadataSupport.java 44 public void getPanoramaSupport(GalleryApp app, PanoramaSupportCallback callback) {
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 24 import com.android.gallery3d.app.GalleryApp;
43 private GalleryApp mApplication;
48 public PicasaSource(GalleryApp application) {
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetService.java 28 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 242 milliseconds

1 2