OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Images
(Results
26 - 50
of
98
) sorted by null
1
2
3
4
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java
28
import android.provider.MediaStore.
Images
;
29
import android.provider.MediaStore.
Images
.ImageColumns;
118
// This pattern will facilitate the multiple
images
deletion in the auxiliary
364
Images
.Media.EXTERNAL_CONTENT_URI, values);
439
Images
.Media.EXTERNAL_CONTENT_URI, values);
679
Images
.Media.EXTERNAL_CONTENT_URI, values);
700
values.put(
Images
.Media.TITLE, file.getName());
701
values.put(
Images
.Media.DISPLAY_NAME, file.getName());
702
values.put(
Images
.Media.MIME_TYPE, "image/jpeg");
703
values.put(
Images
.Media.DATE_TAKEN, time)
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h
40
Images
= 0x6, //
Images
are supported or not.
/packages/apps/Gallery2/src/com/android/gallery3d/data/
BucketHelper.java
9
import android.provider.MediaStore.
Images
;
10
import android.provider.MediaStore.
Images
.ImageColumns;
35
// "album" to be the collection of
images
/videos which have the same value
69
// bucket info from the
Images
and Video tables and then merge them
85
// When query from the
Images
or Video tables, we only need to group by BUCKET_ID.
128
jc, resolver,
Images
.Media.EXTERNAL_CONTENT_URI, buckets);
211
resolver,
Images
.Media.EXTERNAL_CONTENT_URI, bucketId);
SecureAlbum.java
22
import android.provider.MediaStore.
Images
;
37
private int mMinImageId = Integer.MAX_VALUE; // the smallest id of
images
38
private int mMaxImageId = Integer.MIN_VALUE; // the biggest id in
images
49
{
Images
.Media.EXTERNAL_CONTENT_URI, Video.Media.EXTERNAL_CONTENT_URI};
62
mShowUnlockItem = (!isCameraBucketEmpty(
Images
.Media.EXTERNAL_CONTENT_URI)
170
Images
.Media.EXTERNAL_CONTENT_URI, mMinImageId, mMaxImageId);
LocalAlbum.java
25
import android.provider.MediaStore.
Images
;
26
import android.provider.MediaStore.
Images
.ImageColumns;
41
// The media items need to be all
images
or all videos, but not both.
74
mBaseUri =
Images
.Media.EXTERNAL_CONTENT_URI;
104
return MediaStore.
Images
.Media.EXTERNAL_CONTENT_URI.buildUpon()
175
baseUri =
Images
.Media.EXTERNAL_CONTENT_URI;
/packages/apps/Messaging/src/com/android/messaging/datamodel/
GalleryBoundCursorLoader.java
23
import android.provider.MediaStore.
Images
.Media;
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java
32
import android.provider.MediaStore.
Images
.Media;
33
import android.provider.MediaStore.
Images
.Thumbnails;
212
mContentResolver.delete(MediaStore.
Images
.Thumbnails.EXTERNAL_CONTENT_URI,
213
MediaStore.
Images
.Thumbnails.IMAGE_ID + "=?", new String[]{ "" + imgid});
293
Bitmap foo = MediaStore.
Images
.Thumbnails.getThumbnail(mContentResolver,
298
// remove one of the
images
, its thumbnail, and the thumbnail cache
311
MediaStore.
Images
.Thumbnails.EXTERNAL_CONTENT_URI, null,
329
Bitmap foo = MediaStore.
Images
.Thumbnails.getThumbnail(mContentResolver,
335
MediaStore.
Images
.Media.EXTERNAL_CONTENT_URI, null, null, null,
339
foo = MediaStore.
Images
.Thumbnails.getThumbnail
[
all
...]
MediaStore_FilesTest.java
209
mResolver.delete(MediaStore.
Images
.Media.INTERNAL_CONTENT_URI,
214
values.put(MediaStore.
Images
.Media.DISPLAY_NAME, "My Bitmap");
215
values.put(MediaStore.
Images
.Media.MIME_TYPE, "image/jpeg");
216
values.put(MediaStore.
Images
.Media.DATA, "/foo/bar/dummy.jpg");
217
Uri uri = mResolver.insert(MediaStore.
Images
.Media.INTERNAL_CONTENT_URI, values);
419
fileUri = mResolver.insert(MediaStore.
Images
.Media.EXTERNAL_CONTENT_URI, values);
450
fileUri = mResolver.insert(MediaStore.
Images
.Media.EXTERNAL_CONTENT_URI, values);
/packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java
27
import android.provider.MediaStore.
Images
;
28
import android.provider.MediaStore.
Images
.ImageColumns;
165
bitmap =
Images
.Thumbnails.getThumbnail(resolver, image.id,
166
Images
.Thumbnails.MINI_KIND, null);
196
Uri baseUri =
Images
.Media.EXTERNAL_CONTENT_URI;
MenuHelper.java
28
import android.provider.MediaStore.
Images
;
150
Uri target =
Images
.Media.EXTERNAL_CONTENT_URI.buildUpon()
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java
46
import android.provider.MediaStore.
Images
;
47
import android.provider.MediaStore.
Images
.ImageColumns;
194
Images
.Media.EXTERNAL_CONTENT_URI, ident.id);
242
cursor = resolver.query(
Images
.Media.EXTERNAL_CONTENT_URI,
251
cursor = resolver.query(
Images
.Media.EXTERNAL_CONTENT_URI,
331
cursor = resolver.query(
Images
.Media.EXTERNAL_CONTENT_URI,
344
// include
images
under bucket
345
cursor = resolver.query(
Images
.Media.EXTERNAL_CONTENT_URI,
420
cursor = resolver.query(
Images
.Media.EXTERNAL_CONTENT_URI,
504
if (isEmpty(
Images
.Media.EXTERNAL_CONTENT_URI))
[
all
...]
/frameworks/base/core/java/android/provider/
MediaStore.java
601
* This class is used internally by
Images
.Thumbnails and Video.Thumbnails, it's not intended
682
:
Images
.Media.EXTERNAL_CONTENT_URI);
[
all
...]
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java
25
import android.provider.MediaStore.
Images
;
361
values.put(
Images
.Media.MIME_TYPE, "image/jpeg");
362
values.put(
Images
.Media.DATA,
366
Uri uri = resolver.insert(MediaStore.
Images
.Media.EXTERNAL_CONTENT_URI, values);
369
assertEquals(MediaStore.
Images
.Media.EXTERNAL_CONTENT_URI
380
values.put(
Images
.Media.MIME_TYPE, "image/jpeg");
381
values.put(
Images
.Media.DATA,
384
final Uri uri = resolver.insert(MediaStore.
Images
.Media.EXTERNAL_CONTENT_URI, values);
/packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java
27
import android.provider.MediaStore.
Images
;
173
Images
.Thumbnails.MICRO_KIND, null, false);
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java
45
import com.example.android.displayingbitmaps.provider.
Images
;
54
* cache is retained over configuration changes like orientation change so the
images
are populated
86
// The ImageFetcher takes care of loading
images
into our ImageView children asynchronously
213
* transparent ActionBar and don't want the real top row of
images
to start off covered by it.
245
return
Images
.imageThumbUrls.length + mNumColumns;
251
null :
Images
.imageThumbUrls[position - mNumColumns];
306
mImageFetcher.loadImage(
Images
.imageThumbUrls[position - mNumColumns], imageView);
ImageDetailActivity.java
39
import com.example.android.displayingbitmaps.provider.
Images
;
45
private static final String IMAGE_CACHE_DIR = "
images
";
61
// Fetch screen height and width, to use as our max size when loading
images
as this
68
// For this sample we'll use half of the longest width to resize our
images
. As the
79
// The ImageFetcher takes care of loading
images
into our ImageView children asynchronously
85
mAdapter = new ImagePagerAdapter(getSupportFragmentManager(),
Images
.imageUrls.length);
169
* Called by the ViewPager child fragments to load
images
via the one ImageFetcher
195
return ImageDetailFragment.newInstance(
Images
.imageUrls[position]);
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java
45
import com.example.android.displayingbitmaps.provider.
Images
;
54
* cache is retained over configuration changes like orientation change so the
images
are populated
86
// The ImageFetcher takes care of loading
images
into our ImageView children asynchronously
213
* transparent ActionBar and don't want the real top row of
images
to start off covered by it.
245
return
Images
.imageThumbUrls.length + mNumColumns;
251
null :
Images
.imageThumbUrls[position - mNumColumns];
306
mImageFetcher.loadImage(
Images
.imageThumbUrls[position - mNumColumns], imageView);
ImageDetailActivity.java
39
import com.example.android.displayingbitmaps.provider.
Images
;
45
private static final String IMAGE_CACHE_DIR = "
images
";
61
// Fetch screen height and width, to use as our max size when loading
images
as this
68
// For this sample we'll use half of the longest width to resize our
images
. As the
79
// The ImageFetcher takes care of loading
images
into our ImageView children asynchronously
85
mAdapter = new ImagePagerAdapter(getSupportFragmentManager(),
Images
.imageUrls.length);
169
* Called by the ViewPager child fragments to load
images
via the one ImageFetcher
195
return ImageDetailFragment.newInstance(
Images
.imageUrls[position]);
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageGridFragment.java
45
import com.example.android.displayingbitmaps.provider.
Images
;
54
* cache is retained over configuration changes like orientation change so the
images
are populated
86
// The ImageFetcher takes care of loading
images
into our ImageView children asynchronously
213
* transparent ActionBar and don't want the real top row of
images
to start off covered by it.
245
return
Images
.imageThumbUrls.length + mNumColumns;
251
null :
Images
.imageThumbUrls[position - mNumColumns];
306
mImageFetcher.loadImage(
Images
.imageThumbUrls[position - mNumColumns], imageView);
ImageDetailActivity.java
39
import com.example.android.displayingbitmaps.provider.
Images
;
45
private static final String IMAGE_CACHE_DIR = "
images
";
61
// Fetch screen height and width, to use as our max size when loading
images
as this
68
// For this sample we'll use half of the longest width to resize our
images
. As the
79
// The ImageFetcher takes care of loading
images
into our ImageView children asynchronously
85
mAdapter = new ImagePagerAdapter(getSupportFragmentManager(),
Images
.imageUrls.length);
169
* Called by the ViewPager child fragments to load
images
via the one ImageFetcher
195
return ImageDetailFragment.newInstance(
Images
.imageUrls[position]);
/frameworks/base/media/java/android/media/
ThumbnailUtils.java
29
import android.provider.MediaStore.
Images
;
85
boolean wantMini = (kind ==
Images
.Thumbnails.MINI_KIND);
137
if (kind ==
Images
.Thumbnails.MICRO_KIND) {
173
if (kind ==
Images
.Thumbnails.MINI_KIND) {
184
} else if (kind ==
Images
.Thumbnails.MICRO_KIND) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java
250
values.put(MediaStore.
Images
.ImageColumns.DATA, mImageFilePath);
251
values.put(MediaStore.
Images
.ImageColumns.TITLE, mImageFileName);
252
values.put(MediaStore.
Images
.ImageColumns.DISPLAY_NAME, mImageFileName);
253
values.put(MediaStore.
Images
.ImageColumns.DATE_TAKEN, mImageTime);
254
values.put(MediaStore.
Images
.ImageColumns.DATE_ADDED, dateSeconds);
255
values.put(MediaStore.
Images
.ImageColumns.DATE_MODIFIED, dateSeconds);
256
values.put(MediaStore.
Images
.ImageColumns.MIME_TYPE, "image/png");
257
values.put(MediaStore.
Images
.ImageColumns.WIDTH, mImageWidth);
258
values.put(MediaStore.
Images
.ImageColumns.HEIGHT, mImageHeight);
259
values.put(MediaStore.
Images
.ImageColumns.SIZE, new File(mImageFilePath).length())
[
all
...]
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
TriggerContentTest.java
56
= MediaStore.
Images
.Media.EXTERNAL_CONTENT_URI.getPathSegments();
60
MediaStore.
Images
.ImageColumns._ID, MediaStore.
Images
.ImageColumns.DATA
143
// Look for specific changes to
images
in the provider.
145
MediaStore.
Images
.Media.EXTERNAL_CONTENT_URI,
/external/autotest/client/cros/video/
collect_golden_images.py
22
description='Capture
images
of a video.',
27
Use this tool to capture golden/reference
images
that will be used to
28
verify test
images
captured during a video playback.
35
Output
images
will be placed under /tmp/test.
Images
will be saved as
/packages/apps/Dialer/src/com/android/dialer/contactinfo/
ContactPhotoLoader.java
84
Bitmap bitmap = MediaStore.
Images
.Media.getBitmap(mContext.getContentResolver(),
Completed in 665 milliseconds
1
2
3
4