Searched refs:application (Results 1 - 25 of 26) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DChangeNotifier.java31 public ChangeNotifier(MediaSet set, Uri uri, GalleryApp application) { argument
33 application.getDataManager().registerChangeNotifier(uri, this);
H A DComboSource.java27 public ComboSource(GalleryApp application) { argument
29 mApplication = application;
H A DFilterSource.java28 public FilterSource(GalleryApp application) { argument
30 mApplication = application;
H A DLocalAlbum.java54 public LocalAlbum(Path path, GalleryApp application, int bucketId, argument
57 mApplication = application;
58 mResolver = application.getContentResolver();
79 mNotifier = new ChangeNotifier(this, mBaseUri, application);
82 public LocalAlbum(Path path, GalleryApp application, int bucketId, argument
84 this(path, application, bucketId, isImage,
85 LocalAlbumSet.getBucketName(application.getContentResolver(),
136 GalleryApp application, boolean isImage, ArrayList<Integer> ids) {
157 ContentResolver resolver = application.getContentResolver();
158 DataManager dataManager = application
135 getMediaItemById( GalleryApp application, boolean isImage, ArrayList<Integer> ids) argument
[all...]
H A DMtpDevice.java44 public MtpDevice(Path path, GalleryApp application, int deviceId, argument
47 mApplication = application;
50 mDataManager = application.getDataManager();
53 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application);
58 public MtpDevice(Path path, GalleryApp application, int deviceId, argument
60 this(path, application, deviceId,
H A DMtpDeviceSet.java41 public MtpDeviceSet(Path path, GalleryApp application, MtpContext mtpContext) { argument
43 mApplication = application;
44 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application);
46 mName = application.getResources().getString(R.string.set_label_mtp_devices);
H A DClusterSource.java37 public ClusterSource(GalleryApp application) { argument
39 mApplication = application;
H A DComboAlbumSet.java31 public ComboAlbumSet(Path path, GalleryApp application, MediaSet[] mediaSets) { argument
37 mName = application.getResources().getString(
H A DMtpSource.java32 public MtpSource(GalleryApp application) { argument
34 mApplication = application;
H A DMtpImage.java51 MtpImage(Path path, GalleryApp application, int deviceId, argument
54 mContext = application.getAndroidContext();
63 mThreadPool = application.getThreadPool();
H A DLocalImage.java88 public LocalImage(Path path, GalleryApp application, Cursor cursor) { argument
90 mApplication = application;
94 public LocalImage(Path path, GalleryApp application, int id) { argument
96 mApplication = application;
160 LocalImageRequest(GalleryApp application, Path path, int type, argument
162 super(application, path, type, getTargetSize(type));
H A DImageCacheRequest.java36 public ImageCacheRequest(GalleryApp application, argument
38 mApplication = application;
H A DLocalVideo.java80 public LocalVideo(Path path, GalleryApp application, Cursor cursor) { argument
82 mApplication = application;
149 LocalVideoRequest(GalleryApp application, Path path, int type, argument
151 super(application, path, type, LocalImage.getTargetSize(type));
H A DLocalAlbumSet.java99 public LocalAlbumSet(Path path, GalleryApp application) { argument
101 mApplication = application;
103 mNotifierImage = new ChangeNotifier(this, mWatchUriImage, application);
104 mNotifierVideo = new ChangeNotifier(this, mWatchUriVideo, application);
105 mName = application.getResources().getString(
H A DClusterAlbumSet.java35 public ClusterAlbumSet(Path path, GalleryApp application, argument
38 mApplication = application;
H A DDataManager.java102 public DataManager(GalleryApp application) { argument
103 mApplication = application;
104 mDefaultMainHandler = new Handler(application.getMainLooper());
H A DUriImage.java61 public UriImage(GalleryApp application, Path path, Uri uri) { argument
64 mApplication = Utils.checkNotNull(application);
H A DDownloadCache.java83 public DownloadCache(GalleryApp application, File root, long capacity) { argument
85 mApplication = Utils.checkNotNull(application);
87 mDatabase = new DatabaseHelper(application.getAndroidContext())
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
H A DPicasaSource.java49 public PicasaSource(GalleryApp application) { argument
51 mApplication = application;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DIconCache.java32 * Cache of application icons. Icons can be made from any thread.
152 * Fill in "application" with the icon and label for "info."
154 public void getTitleAndIcon(ApplicationInfo application, ResolveInfo info, argument
157 CacheEntry entry = cacheLocked(application.componentName, info, labelCache);
159 application.title = entry.title;
160 application.iconBitmap = entry.icon;
H A DHotseat.java102 inflater.inflate(R.layout.application, mContent, false);
H A DFolder.java117 * @param context The application's context.
354 * @param context The application's context.
533 (TextView) mInflater.inflate(R.layout.application, this, false);
940 View child = mLauncher.createShortcut(R.layout.application, cellLayout,
H A DWorkspace.java243 * @param context The application's context.
253 * @param context The application's context.
1991 View view = mLauncher.createShortcut(R.layout.application, target, (ShortcutInfo) info);
3004 view = mLauncher.createShortcut(R.layout.application, cellLayout,
/packages/providers/ContactsProvider/
H A DAndroid.mk16 # application. This configuration line selects which packages will be analyzed,
23 # application. This configuration line selects which packages will be analyzed,
/packages/apps/Email/
H A DAndroid.mk17 # Build the Email application itself, along with its tests and tests for the emailcommon
42 # application. This configuration line selects which packages will be analyzed,

Completed in 141 milliseconds

12