Searched refs:PicasaSource (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPackagesMonitor.java26 import com.android.gallery3d.picasasource.PicasaSource;
64 PicasaSource.onPackageAdded(context, packageName);
66 PicasaSource.onPackageRemoved(context, packageName);
68 PicasaSource.onPackageChanged(context, packageName);
H A DGalleryAppImpl.java27 import com.android.gallery3d.picasasource.PicasaSource;
52 PicasaSource.initialize(this);
H A DGalleryActivity.java39 import com.android.gallery3d.picasasource.PicasaSource;
103 PicasaSource.showSignInReminder(this);
108 mVersionCheckDialog = PicasaSource.getVersionCheckDialog(this);
H A DAlbumSetPage.java46 import com.android.gallery3d.picasasource.PicasaSource;
614 PicasaSource.requestSync(activity);
H A DPhotoPage.java63 import com.android.gallery3d.picasasource.PicasaSource;
1051 activity.startActivityForResult(intent, PicasaSource.isPicasaImage(current)
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java38 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);
156 columnValues[i] = PicasaSource
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFaceClustering.java23 import com.android.gallery3d.picasasource.PicasaSource;
75 if (PicasaSource.isPicasaImage(mCoverItem)) {
76 return PicasaSource.getFaceItem(mContext, mCoverItem, mCoverFaceIndex);
H A DDataManager.java30 import com.android.gallery3d.picasasource.PicasaSource;
121 addSource(new PicasaSource(mApplication));
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
H A DPicasaSource.java34 public class PicasaSource extends MediaSource { class in inherits:MediaSource
35 private static final String TAG = "PicasaSource";
48 public PicasaSource(GalleryApp application) { method in class:PicasaSource
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoDreamSettingsReceiver.java60 albumId = PicasaSource.constructId(path.get(1));
H A DPhotoSourcePlexor.java37 mPicasaSource = new PicasaSource(context, settings);
H A DPicasaSource.java38 public class PicasaSource extends CursorPhotoSource { class in inherits:CursorPhotoSource
39 private static final String TAG = "PhotoTable.PicasaSource";
79 public PicasaSource(Context context, SharedPreferences settings) { method in class:PicasaSource

Completed in 180 milliseconds