HomeSort by relevance Sort by last modified time
    Searched full:picasasource (Results 1 - 12 of 12) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 26 import com.android.gallery3d.picasasource.PicasaSource;
64 PicasaSource.onPackageAdded(context, packageName);
66 PicasaSource.onPackageRemoved(context, packageName);
68 PicasaSource.onPackageChanged(context, packageName);
GalleryAppImpl.java 27 import com.android.gallery3d.picasasource.PicasaSource;
52 PicasaSource.initialize(this);
GalleryActivity.java 39 import com.android.gallery3d.picasasource.PicasaSource;
103 PicasaSource.showSignInReminder(this);
108 mVersionCheckDialog = PicasaSource.getVersionCheckDialog(this);
AlbumSetPage.java 46 import com.android.gallery3d.picasasource.PicasaSource;
614 PicasaSource.requestSync(activity);
PhotoPage.java 63 import com.android.gallery3d.picasasource.PicasaSource;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 38 import com.android.gallery3d.picasasource.PicasaSource;
124 if (PicasaSource.isPicasaImage(object)) {
139 double latitude = PicasaSource.getLatitude(image);
140 double longitude = PicasaSource.getLongitude(image);
146 columnValues[i] = PicasaSource.getUserAccount(getContext(), image);
148 columnValues[i] = PicasaSource.getPicasaId(image);
150 columnValues[i] = PicasaSource.getImageTitle(image);
152 columnValues[i] = PicasaSource.getImageSize(image);
154 columnValues[i] = PicasaSource.getContentType(image)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FaceClustering.java 23 import com.android.gallery3d.picasasource.PicasaSource;
75 if (PicasaSource.isPicasaImage(mCoverItem)) {
76 return PicasaSource.getFaceItem(mContext, mCoverItem, mCoverFaceIndex);
DataManager.java 30 import com.android.gallery3d.picasasource.PicasaSource;
121 addSource(new PicasaSource(mApplication));
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 17 package com.android.gallery3d.picasasource;
34 public class PicasaSource extends MediaSource {
35 private static final String TAG = "PicasaSource";
48 public PicasaSource(GalleryApp application) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoDreamSettingsReceiver.java 60 albumId = PicasaSource.constructId(path.get(1));
PhotoSourcePlexor.java 37 mPicasaSource = new PicasaSource(context, settings);
PicasaSource.java 38 public class PicasaSource extends CursorPhotoSource {
39 private static final String TAG = "PhotoTable.PicasaSource";
79 public PicasaSource(Context context, SharedPreferences settings) {

Completed in 371 milliseconds