OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:images
(Results
801 - 825
of
6197
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/apps/Mms/src/com/android/mms/model/
VideoModel.java
28
import android.provider.MediaStore.
Images
;
107
path = c.getString(c.getColumnIndexOrThrow(
Images
.Media.DATA));
114
Images
.Media.MIME_TYPE));
/packages/apps/VideoEditor/src/com/android/videoeditor/
BaseAdapterWithImages.java
36
* Base class for BaseAdapters which load
images
.
41
// For recording keys of
images
that are being loaded
150
* Upon destroy, recycle all
images
and then remove all child views in the list view.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imgfile.py
51
# 1 for 1 byte greyscale
images
or 3 for RGB
images
(which
65
# especially for computer-generated
images
. Alternatively,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imgfile.py
51
# 1 for 1 byte greyscale
images
or 3 for RGB
images
(which
65
# especially for computer-generated
images
. Alternatively,
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java
479
* should get a random image from a pool of
images
constructed from
480
* the texture, with X by Y possible
images
.
484
* particle is configured with multiple
images
by using {@link ParticleEmitter#setImagesX(int) }
485
* and {#link ParticleEmitter#setImagesY(int) } methods, then multiple
images
487
* of
images
displayed, starting at image 1, and going until image X*Y when
628
* Get the number of
images
along the X axis (width).
630
* @return the number of
images
along the X axis (width).
639
* Set the number of
images
along the X axis (width).
642
* how multiple particle
images
are selected and used, see the
645
* @param imagesX the number of
images
along the X axis (width)
[
all
...]
/external/libpng/
example.c
182
* transformations only work on specific types of
images
, and many
195
* byte into separate bytes (useful for paletted and grayscale
images
).
207
/* Expand grayscale
images
to the full 8 bits from 1, 2, or 4 bits/pixel */
211
/* Expand paletted or RGB
images
with transparency to full alpha channels
217
/* Set the background color to draw transparent and alpha
images
over.
219
* for paletted
images
instead of supplying a palette index. Note that
256
* is a good guess for PC generated
images
, but it should be configurable
361
/* The other way to read
images
- deal with interlacing: */
444
* static variables if you are decoding several
images
528
* For the non-NULL rows of interlaced
images
, you must cal
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java
158
mResolver.delete(MediaStore.
Images
.Media.INTERNAL_CONTENT_URI,
163
values.put(MediaStore.
Images
.Media.DISPLAY_NAME, "My Bitmap");
164
values.put(MediaStore.
Images
.Media.MIME_TYPE, "image/jpeg");
165
values.put(MediaStore.
Images
.Media.DATA, "/foo/bar/dummy.jpg");
166
Uri uri = mResolver.insert(MediaStore.
Images
.Media.INTERNAL_CONTENT_URI, values);
/external/chromium/chrome/browser/history/
top_sites_database.cc
114
Images
thumbnail;
145
const
Images
& thumbnail) {
161
const MostVisitedURL& url, const
Images
& thumbnail) {
189
const
Images
& thumbnail) {
275
Images
* thumbnail) {
/external/chromium_org/chrome/browser/download/
download_shelf.cc
93
// Common
images
used for download progress animations. We load them once the
167
// Load up our common
images
.
188
// We start by storing the bounds of the
images
so that it is easy to mirror
222
// Load up our common
images
.
253
// Load up our common
images
.
/external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css
39
background-image: url(
images
/2x/google_logo.png);
49
background-image: url(
images
/2x/white_google_logo.png);
236
background: transparent url(
images
/close_2.png);
245
background: transparent url(
images
/close_2_hover.png);
249
background: transparent url(
images
/close_2_active.png);
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css
58
background-image: url('../
images
/select.png'),
120
background-image: url('../
images
/check.png');
163
background-image: url('../
images
/select.png'),
184
background-image: url('../
images
/select.png'),
204
background-image: url('../
images
/disabled_select.png'),
/external/chromium_org/chrome/test/functional/ispy/common/
ispy_utils_unittest.py
29
# Upload some
images
to the datastore.
33
# Confirm that the
images
actually got uploaded.
43
# Upload some
images
to the datastore.
47
# Check that the DownloadImage function gets the correct
images
.
68
# Upload some
images
to the datastore.
/external/chromium_org/native_client_sdk/src/doc/community/security-contest/
index.rst
55
* - .. image:: /
images
/medal-64_1st.png
75
* - .. image:: /
images
/medal-64_2nd.png
88
* - .. image:: /
images
/medal-64_3rd.png
104
* - .. image:: /
images
/medal-64_4th.png
120
* - .. image:: /
images
/medal-64_4th.png
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css
99
-webkit-border-image: url(
Images
/toolbarItemSelected.png) 0 2 0 2;
322
background-image: url(
Images
/searchPrev.png);
327
background-image: url(
Images
/searchPrev.png), -webkit-linear-gradient(rgb(168, 168, 168), rgb(116, 116, 116));
331
background-image: url(
Images
/searchNext.png);
336
background-image: url(
Images
/searchNext.png), -webkit-linear-gradient(rgb(168, 168, 168), rgb(116, 116, 116));
350
background-image: url(
Images
/statusbarButtonGlyphs.png);
370
background-image: url(
Images
/statusbarButtonGlyphs2x.png);
480
-webkit-mask-image: url(
Images
/statusbarButtonGlyphs.png);
488
-webkit-mask-image: url(
Images
/statusbarButtonGlyphs2x.png);
536
background-image: url(
Images
/statusbarButtonGlyphs.png)
[
all
...]
/external/chromium_org/ui/gfx/codec/
jpeg_codec_unittest.cc
66
// The threshold of average color differences where we consider two
images
72
// should be the same size. Used to see if two
images
are approximately equal
124
//
Images
must be approximately equal (compression will have introduced some
162
//
Images
must be approximately equal (compression will have introduced some
200
// Test that we can decode JPEG
images
without invalid-read errors on valgrind.
/external/chromium_org/ui/webui/resources/css/
widgets.css
57
background-image: url('../
images
/select.png'),
126
background-image: url('../
images
/check.png');
165
background-image: url('../
images
/select.png'),
186
background-image: url('../
images
/select.png'),
206
background-image: url('../
images
/disabled_select.png'),
/external/clang/docs/tools/
manpage.css
186
background-image: url(/global/mvc_objects/
images
/bttndrkblue_bgtop.gif);
190
background-image: url(/global/mvc_objects/
images
/bttndrkblue_bgleft.gif);
199
background-image: url(/global/mvc_objects/
images
/bttndrkblue_bgmiddle.gif);
204
background-image: url(/global/mvc_objects/
images
/bttndrkblue_bgright.gif);
208
background-image: url(/global/mvc_objects/
images
/bttndrkblue_bgbottom.gif);
/external/jpeg/
cjpeg.1
151
Set limit for amount of memory to use in processing large
images
. Value is
178
for
images
that will be transmitted across unreliable networks such as Usenet.
183
when converting dithered
images
to JPEG: a moderate smoothing factor of 10 to
226
compressing full-color (24-bit)
images
. In particular, don't try to convert
227
cartoons, line drawings, and other
images
that have only a few distinct
/external/libpng/contrib/pngminus/
png2pnm.c
252
/* transform paletted
images
into full-color rgb */
255
/* expand
images
to bit-depth 8 (only applicable for grayscale
images
) */
263
/* downgrade 16-bit
images
to 8 bit */
266
/* transform grayscale
images
into full-color */
/external/qemu/distrib/jpeg-6b/
cjpeg.1
151
Set limit for amount of memory to use in processing large
images
. Value is
178
for
images
that will be transmitted across unreliable networks such as Usenet.
183
when converting dithered
images
to JPEG: a moderate smoothing factor of 10 to
226
compressing full-color (24-bit)
images
. In particular, don't try to convert
227
cartoons, line drawings, and other
images
that have only a few distinct
/frameworks/base/docs/html/distribute/googleplay/publish/
console.jd
13
<img src="{@docRoot}
images
/gp-dc-home.png" class="frame">
20
<img src="{@docRoot}
images
/gp-dc-profile.png" class="frame">
58
<img src="{@docRoot}
images
/gp-dc-details.png" class="frame">
154
<img src="{@docRoot}
images
/gp-dc-reviews.png" class="frame">
195
<img src="{@docRoot}
images
/gp-dc-stats.png" class="frame">
/frameworks/base/docs/html/guide/topics/ui/layout/
gridview.jd
28
<img src="{@docRoot}
images
/ui/gridview.png" alt="" />
40
href="{@docRoot}shareables/sample_images.zip">download these sample
images
</a>. Save the image files
134
// references to our
images
168
<li>{@link android.widget.ImageView#setScaleType(ImageView.ScaleType)} declares that
images
should
171
sides. (Note that, if the
images
have different aspect-ratios, then less
/frameworks/base/docs/html/sdk/api_diff/3/changes/
pkg_android.provider.html
32
<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/
images
/bg_logo.png" alt="Android Developers" /></a>
36
<!-- <img src="/assets/
images
/icon_world.jpg" alt="" /> -->
169
<A NAME="MediaStore.
Images
.Media"></A>
170
<nobr><A HREF="android.provider.MediaStore.
Images
.Media.html">MediaStore.
Images
.Media</A></nobr>
/frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.provider.html
32
<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/
images
/bg_logo.png" alt="Android Developers" /></a>
36
<!-- <img src="/assets/
images
/icon_world.jpg" alt="" /> -->
147
<A NAME="MediaStore.
Images
.Thumbnails"></A>
148
<nobr><A HREF="android.provider.MediaStore.
Images
.Thumbnails.html">MediaStore.
Images
.Thumbnails</A></nobr>
/frameworks/base/docs/html/training/improving-layouts/
optimizing-layout.jd
70
<img src="{@docRoot}
images
/training/layout-listitem.png" alt="" />
80
<img src="{@docRoot}
images
/training/hierarchy-linearlayout.png" alt="" />
86
<img src="{@docRoot}
images
/training/hierarchy-layouttimes.png" alt="" />
113
<img src="{@docRoot}
images
/training/hierarchy-relativelayout.png" alt="" />
148
<img src="{@docRoot}
images
/training/lint_icon.png" alt="" />
Completed in 831 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>