OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:images
(Results
601 - 625
of
6197
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/docs/html/about/versions/
android-2.0-highlights.jd
58
<img src="{@docRoot}sdk/
images
/2.0/quick-connect.png" class="screenshot" alt="" /><br/>
63
<img src="{@docRoot}sdk/
images
/2.0/multiple-accounts.png" class="screenshot" alt="" /><br/>
68
<img src="{@docRoot}sdk/
images
/2.0/mms-search.png" class="screenshot" alt="" /><br/>
73
<img src="{@docRoot}sdk/
images
/2.0/email-inbox.png" class="screenshot" alt="" /><br/>
78
<img src="{@docRoot}sdk/
images
/2.0/camera-modes.png" class="screenshot" alt="" /><br/>
android-2.2-highlights.jd
75
<img src="{@docRoot}sdk/
images
/2.2/22home.png" alt="" height=230 />
107
<img src="{@docRoot}sdk/
images
/2.2/22exchange.png" alt="" height=300 />
118
<img src="{@docRoot}sdk/
images
/2.2/22gallery.png" alt="" height=220 />
145
<img src="{@docRoot}sdk/
images
/2.2/22hotspot.png" alt="" height=180 />
156
<img src="{@docRoot}sdk/
images
/2.2/22keyboard.png" alt="" height=220 />
183
<img src="{@docRoot}sdk/
images
/2.2/jit-graph.png" alt="" height=200 />
/packages/apps/Browser/src/com/android/browser/
Bookmarks.java
31
import android.provider.BrowserContract.
Images
;
208
// The
Images
update will insert if it doesn't exist
210
values.put(
Images
.FAVICON, os.toByteArray());
220
values.put(
Images
.URL, iurl);
221
cr.update(BrowserContract.
Images
.CONTENT_URI, values, null, null);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
HtmlConversationTemplates.java
58
* HTTP or HTTPS URL. In other words, these are
images
with valid URLs that we should munge to
76
* for inline attachment
images
of the form "?view=KEYVALUES".
141
final String showImagesClass = safeForImages ? "mail-show-
images
" : "";
147
* WebView will report bad dimensions when revealing inline
images
with absolute URLs, but
148
* we can prevent WebView from ever seeing those
images
by changing all img "src" attributes
/frameworks/base/docs/html/reference/com/google/android/gms/common/images/
ImageManager.html
128
<img src="/assets/
images
/dac_logo.png" width="123" height="25" alt="Android Developers" />
731
<td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.common.
images
.ImageManager</td>
747
<p itemprop="articleBody">This class is used to load
images
from the network and handles local caching for you.
790
<td class="jd-linkcol"><a href="/reference/com/google/android/gms/common/
images
/ImageManager.OnImageLoadedListener.html">ImageManager.OnImageLoadedListener</a></td>
835
<a href="/reference/com/google/android/gms/common/
images
/ImageManager.html">ImageManager</a></nobr>
838
<span class="sympad"><a href="/reference/com/google/android/gms/common/
images
/ImageManager.html#create(android.content.Context)">create</a></span>(Context context)</nobr>
840
<div class="jd-descrdiv">Returns a new ImageManager for loading
images
from the network.</div>
856
<span class="sympad"><a href="/reference/com/google/android/gms/common/
images
/ImageManager.html#loadImage(android.widget.ImageView, android.net.Uri)">loadImage</a></span>(ImageView imageView, Uri uri)</nobr>
874
<span class="sympad"><a href="/reference/com/google/android/gms/common/
images
/ImageManager.html#loadImage(android.widget.ImageView, int)">loadImage</a></span>(ImageView imageView, int resId)</nobr>
892
<span class="sympad"><a href="/reference/com/google/android/gms/common/
images
/ImageManager.html#loadImage(com.google.android.gms.common.images.ImageManager.OnImageLoadedListene (…)
[
all
...]
/external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc
178
// Read the decoded
images
back from the file we saved them to.
182
DecodedImages*
images
) {
191
return IPC::ReadParam(&pickle, &iter,
images
);
365
// installed. For example, the install UI shows
images
from inside the
642
DecodedImages
images
;
local
643
if (!ReadImagesFromFile(temp_dir_.path(), &
images
)) {
653
// Delete any
images
that may be used by the browser. We're going to write
654
// out our own versions of the parsed
images
, and we want to make sure the
658
if (image_paths.size() !=
images
.size()) {
659
// Decoded
images
don't match what's in the manifest
[
all
...]
/external/chromium_org/ui/gfx/
icon_util.cc
38
// Creates a new ImageFamily, |resized_image_family|, based on the
images
in
39
// |image_family|, but containing
images
of specific dimensions desirable for
43
// |image_family| is empty, all
images
in the family have size 0x0, or an image
56
// Either |image_family| is empty, or all
images
have size 0x0.
67
//
images
larger than 48x48. kIconDimensions is sorted in ascending
78
// Only kARGB_8888
images
are supported.
79
// This will also filter out
images
with no pixels.
92
// All
images
smaller than 256x256 are converted to SkBitmaps, and inserted into
95
// PNG format and stored in |png_bytes|.
Images
with width or height larger than
111
// All
images
should have one of the kIconDimensions sizes
[
all
...]
/external/skia/tools/skpdiff/
skpdiff_server.py
122
"""Get the set of all
images
references in the given records.
220
- download the changed
images
238
# Download expected and actual
images
that differed into the temporary
242
# Invoke skpdiff with our downloaded
images
and place its results in the
295
# Generate a set of
images
that have already been rebaselined
326
"""Download the expected and actual
images
for the _expectations array.
328
@param expected_image_dir The directory to download expected
images
330
@param actual_image_dir The directory to download actual
images
into.
334
# Look through expectations and download their
images
.
336
# Build appropriate paths to download the
images
into
[
all
...]
/frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_status_bar.jd
195
<img src="{@docRoot}
images
/icon_design/status_bar_honeycomb_style.png"
223
<img src="{@docRoot}
images
/icon_design/status_bar_honeycomb_dimming.png"
243
<img src="{@docRoot}
images
/icon_design/status_bar_honeycomb_examples.png" />
288
<img src="{@docRoot}
images
/icon_design/statusbar_size_hdpi.png" width="318">
304
<img src="{@docRoot}
images
/icon_design/statusbar_size_mdpi.png" width="318">
320
<img src="{@docRoot}
images
/icon_design/statusbar_size_ldpi.png" width="318">
346
<img src="{@docRoot}
images
/icon_design/statusbar_style.png" alt="A view of effects for status bar icons."/>
373
<img src="{@docRoot}
images
/icon_design/do_dont_statusicons.png">
393
<img src="{@docRoot}
images
/icon_design/statusbar_standard.png" />
423
<img src="{@docRoot}
images
/icon_design/statusbar_structure.png" alt="A view o
[
all
...]
icon_design_launcher.jd
71
<img src="{@docRoot}
images
/icon_design/launcher_examples.png"
150
<td style="border:0"><img src="{@docRoot}
images
/icon_design/launcher_dodont_settings.png"
158
<td style="border:0"><img src="{@docRoot}
images
/icon_design/launcher_dodont_clock.png"
167
<td style="border:0"><img src="{@docRoot}
images
/icon_design/launcher_dodont_custom_2.png"
175
<td style="border:0"><img src="{@docRoot}
images
/icon_design/launcher_dodont_custom.png"
178
should not simply be full-frame
images
. Where appropriate, distinguish your icon with
/external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc
38
//
images
for conversion testing.
148
// interlaced, palette-based, or grayscale
images
, but PNGCodec::Decode is
149
// actually asked to decode these types of
images
by Chrome.
286
//
Images
must be equal
315
//
Images
must be exactly equal
344
//
Images
must be exactly equal.
377
//
Images
must be equal
422
//
Images
must be equal
465
//
Images
must be equal
502
//
Images
must be equa
[
all
...]
/external/doclava/res/assets/templates/assets/
doclava-developer-core.css
28
background-image:url(
images
/bg_fade.jpg);
197
background:transparent url(
images
/preliminary.png) repeat scroll 0 0; */
246
background-image: url(
images
/bg_images_sprite.png);
259
background-image: url(
images
/bg_images_sprite.png);
281
background-image: url(
images
/bg_images_sprite.png);
295
background-image: url(
images
/bg_images_sprite.png);
391
background-image:url(
images
/bg_community_leftDiv.jpg);
430
background-image:url(
images
/hr_gray_side.jpg);
445
background-image:url(
images
/hr_gray_main.jpg);
/frameworks/base/docs/html/training/displaying-bitmaps/
display-bitmap.jd
51
<p class="note"><strong>Note:</strong> If you have a smaller number of
images
and are confident they
148
<p>Hopefully you noticed the issue: the
images
are being read from resources on the UI thread,
182
<p>Any additional processing (such as resizing or fetching
images
from the network) can take place
219
to do as much or as little background processing on your
images
as needed.</p>
225
component in which many
images
can be on-screen at any one time and many more need to be ready to
312
While this may work for small, simple
images
(due to system resource loading and caching), if any
396
<p>This implementation allows for flexibility in how the
images
are processed and loaded without
397
impeding the smoothness of the UI. In the background task you can load
images
from the network or
398
resize large digital camera photos and the
images
appear as the tasks finish processing.</p>
/frameworks/base/core/java/android/provider/
BrowserContract.java
40
* history,
images
and the mapping between the image and URL.
230
* The ID of the image in
Images
. One image can map onto the multiple URLs.
236
* The URL. The URL can map onto the different type of
images
.
555
* Stores
images
for URLs.
567
public static final class
Images
implements ImageColumns {
571
private
Images
() {}
576
public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "
images
");
579
* The MIME type of {@link #CONTENT_URI} providing a directory of
images
.
581
public static final String CONTENT_TYPE = "vnd.android.cursor.dir/
images
";
586
public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/
images
";
[
all
...]
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java
45
import android.provider.MediaStore.
Images
;
46
import android.provider.MediaStore.
Images
.ImageColumns;
212
cursor = resolver.query(
Images
.Media.EXTERNAL_CONTENT_URI,
221
cursor = resolver.query(
Images
.Media.EXTERNAL_CONTENT_URI,
301
cursor = resolver.query(
Images
.Media.EXTERNAL_CONTENT_URI,
314
// include
images
under bucket
315
cursor = resolver.query(
Images
.Media.EXTERNAL_CONTENT_URI,
390
cursor = resolver.query(
Images
.Media.EXTERNAL_CONTENT_URI,
426
Images
.Media.EXTERNAL_CONTENT_URI, ident.id);
488
if (isEmpty(
Images
.Media.EXTERNAL_CONTENT_URI))
[
all
...]
/development/ide/xcode/ports.xcodeproj/
project.pbxproj
28
00199D690AD6C5F000B087EA /* SkImageDecoder_libico.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libico.cpp; path = ../../libs/graphics/
images
/SkImageDecoder_libico.cpp; sourceTree = SOURCE_ROOT; };
29
0043B29F0D75B800004A0E2A /* bmpdecoderhelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bmpdecoderhelper.h; path = ../../libs/graphics/
images
/bmpdecoderhelper.h; sourceTree = SOURCE_ROOT; };
30
0043B2DD0D75C86D004A0E2A /* SkImageDecoder_libbmp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libbmp.cpp; path = ../../libs/graphics/
images
/SkImageDecoder_libbmp.cpp; sourceTree = SOURCE_ROOT; };
31
004E32220D0F288D007F9B40 /* SkMMapStream.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkMMapStream.cpp; path = ../../libs/graphics/
images
/SkMMapStream.cpp; sourceTree = SOURCE_ROOT; };
33
008CFCBC0C04C10100FB4126 /* SkImageDecoder_wbmp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_wbmp.cpp; path = ../../libs/graphics/
images
/SkImageDecoder_wbmp.cpp; sourceTree = SOURCE_ROOT; };
35
00FA424C0D7601CE00D3F086 /* bmpdecoderhelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bmpdecoderhelper.cpp; path = ../../libs/graphics/
images
/bmpdecoderhelper.cpp; sourceTree = SOURCE_ROOT; };
/external/chromium_org/build/android/
install_emulator_deps.py
8
The script will download the SDK and system
images
, if they are not present, and
81
"""Check if Android system
images
have been installed.
87
True if sdk/system-
images
/android-<api_level>/x86 exists inside
92
'sdk', 'system-
images
',
167
'system-
images
', api_target, 'x86')
232
# Calls below will download emulator SDK and/or system
images
only if needed.
/external/chromium_org/third_party/skia/gyp/
tools.gyp
178
'
images
.gyp:
images
',
197
'
images
.gyp:
images
',
215
'../src/
images
',
266
'../src/
images
',
/external/skia/gyp/
tools.gyp
178
'
images
.gyp:
images
',
197
'
images
.gyp:
images
',
215
'../src/
images
',
266
'../src/
images
',
/frameworks/base/docs/html-intl/ja/training/multiscreen/
screensizes.jd
64
<img src="{@docRoot}
images
/training/layout-hvga.png" />
108
<img src="{@docRoot}
images
/training/relativelayout1.png" />
113
<img src="{@docRoot}
images
/training/relativelayout2.png" />
262
<img src="{@docRoot}
images
/training/button.png" />
268
<img src="{@docRoot}
images
/training/button_with_marks.png" />
277
<img src="{@docRoot}
images
/training/buttons_stretched.png" />
/frameworks/base/docs/html-intl/ko/training/multiscreen/
screensizes.jd
64
<img src="{@docRoot}
images
/training/layout-hvga.png" />
108
<img src="{@docRoot}
images
/training/relativelayout1.png" />
113
<img src="{@docRoot}
images
/training/relativelayout2.png" />
262
<img src="{@docRoot}
images
/training/button.png" />
268
<img src="{@docRoot}
images
/training/button_with_marks.png" />
277
<img src="{@docRoot}
images
/training/buttons_stretched.png" />
/frameworks/base/docs/html-intl/ru/training/multiscreen/
screensizes.jd
64
<img src="{@docRoot}
images
/training/layout-hvga.png" />
108
<img src="{@docRoot}
images
/training/relativelayout1.png" />
113
<img src="{@docRoot}
images
/training/relativelayout2.png" />
262
<img src="{@docRoot}
images
/training/button.png" />
268
<img src="{@docRoot}
images
/training/button_with_marks.png" />
277
<img src="{@docRoot}
images
/training/buttons_stretched.png" />
/frameworks/base/docs/html-intl/zh-cn/training/multiscreen/
screensizes.jd
64
<img src="{@docRoot}
images
/training/layout-hvga.png" />
108
<img src="{@docRoot}
images
/training/relativelayout1.png" />
113
<img src="{@docRoot}
images
/training/relativelayout2.png" />
262
<img src="{@docRoot}
images
/training/button.png" />
268
<img src="{@docRoot}
images
/training/button_with_marks.png" />
277
<img src="{@docRoot}
images
/training/buttons_stretched.png" />
/packages/apps/Gallery2/src/com/android/gallery3d/data/
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;
/external/qemu/android/
help.c
45
" persistent and writable disk
images
as well as configuration files.\n"
48
" For more information on this topic, see -help-sdk-
images
.\n\n"
53
" See -help-build-
images
for the details.\n"
76
" system
images
and APIs without needing to package a complete SDK.\n\n"
87
" The image files are documented in -help-disk-
images
. By default, an AVD\n"
106
" contains the generated system
images
.\n"
140
" information above doesn't apply. See -help-sdk-
images
for more details.\n"
172
" all writable
images
, and read-only ones will be found from the\n"
173
" corresponding platform/add-on directories. See -help-sdk-
images
\n"
179
" See -help-build-
images
for more details.\n\n
[
all
...]
Completed in 1478 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>