OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GalleryApp
(Results
26 - 35
of
35
) sorted by null
1
2
/packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java
27
import com.android.gallery3d.app.
GalleryApp
;
60
private
GalleryApp
mApplication;
62
public UriImage(
GalleryApp
application, Path path, Uri uri, String contentType) {
LocalImage.java
33
import com.android.gallery3d.app.
GalleryApp
;
101
private final
GalleryApp
mApplication;
107
public LocalImage(Path path,
GalleryApp
application, Cursor cursor) {
113
public LocalImage(Path path,
GalleryApp
application, int id) {
182
LocalImageRequest(
GalleryApp
application, Path path, long timeModified,
SecureAlbum.java
26
import com.android.gallery3d.app.
GalleryApp
;
56
public SecureAlbum(Path path,
GalleryApp
application, MediaItem unlock) {
DownloadCache.java
25
import com.android.gallery3d.app.
GalleryApp
;
74
private final
GalleryApp
mApplication;
81
public DownloadCache(
GalleryApp
application, File root, long capacity) {
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java
32
import com.android.gallery3d.app.
GalleryApp
;
168
GalleryApp
galleryApp
= (
GalleryApp
) getApplicationContext();
169
DataManager manager =
galleryApp
.getDataManager();
LocalPhotoSource.java
29
import com.android.gallery3d.app.
GalleryApp
;
69
mDataManager = ((
GalleryApp
) context.getApplicationContext()).getDataManager();
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
GalleryWidgetMigrator.java
26
import com.android.gallery3d.app.
GalleryApp
;
77
GalleryApp
galleryApp
= (
GalleryApp
) context.getApplicationContext();
78
DataManager manager =
galleryApp
.getDataManager();
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java
31
import com.android.gallery3d.app.
GalleryApp
;
107
GalleryApp
app = (
GalleryApp
) getContext().getApplicationContext();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java
117
return ((
GalleryApp
) getApplication()).getDataManager();
122
return ((
GalleryApp
) getApplication()).getThreadPool();
PhotoPage.java
126
private
GalleryApp
mApplication;
263
mApplication = (
GalleryApp
) ((Activity) mActivity).getApplication();
[
all
...]
Completed in 137 milliseconds
1
2