OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PicasaSource
(Results
1 - 5
of
5
) 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);
/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/
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 1020 milliseconds