/development/samples/ApiDemos/src/com/example/android/apis/view/ |
LinearLayout10.java | 28 * Demonstrates the use of LinearLayout backgrounds to group labels,
|
/frameworks/base/core/tests/coretests/res/layout/ |
drawable_background_minimum_size.xml | 35 recommended by different backgrounds -->
|
/external/webkit/WebKit/mac/WebView/ |
WebDocumentPrivate.h | 54 // NSImage of the portion of the selection that's in view. This does not draw backgrounds.
|
/frameworks/base/core/tests/coretests/src/android/view/ |
DrawableBgMinSizeTest.java | 116 // Change to the bigger backgrounds
|
/frameworks/base/docs/html/resources/articles/ |
index.jd | 70 <dt><a href="{@docRoot}resources/articles/listview-backgrounds.html">ListView Backgrounds: An Optimization</a></dt> 81 <dd>Live wallpapers are richer, animated, interactive backgrounds that users can display in their home screens. Learn how to create a live wallpaper and bundle it in an application that users can install on their devices.</dd> 150 <dt><a href="{@docRoot}resources/articles/window-bg-speed.html">Window Backgrounds & UI Speed</a></dt>
|
window-bg-speed.jd | 1 page.title=Window Backgrounds & UI Speed 86 <div style="text-align: center;"><img src="images/shelves2.png" alt="Textured backgrounds are good candidates for window's background"></div>
|
listview-backgrounds.jd | 1 page.title=ListView Backgrounds: An Optimization
|
live-wallpapers.jd | 18 wallpapers</em> — richer, animated, interactive backgrounds — on
|
/frameworks/base/docs/html/resources/ |
resources_toc.cs | 86 <li><a href="<?cs var:toroot ?>resources/articles/listview-backgrounds.html"> 87 <span class="en">ListView Backgrounds</span> 138 <span class="en">Window Backgrounds & UI Speed</span>
|
/external/qemu/android/skin/ |
window.c | 682 Background* backgrounds; member in struct:Layout 720 background_done( &layout->backgrounds[nn] ); 728 qemu_free( layout->backgrounds ); 729 layout->backgrounds = NULL; 772 AARRAY_NEW0(layout->backgrounds, n_backgrounds); 776 if (layout->backgrounds == NULL && n_backgrounds > 0) goto Fail; 792 back = layout->backgrounds + n_backgrounds; [all...] |
/frameworks/base/core/tests/coretests/res/values/ |
strings.xml | 81 <string name="change_backgrounds">Change backgrounds</string>
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
BackgroundLayer.java | 89 Log.i(TAG, "Clearing unused adaptive backgrounds.");
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
layout_tests_nontext.txt | [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebsettings.cpp | 367 "print-backgrounds", 368 _("Print Backgrounds"), [all...] |
/external/webkit/WebCore/rendering/ |
SVGInlineTextBox.cpp | 381 // 1. Paint backgrounds behind text if needed. Examples of such backgrounds include selection
|
RenderObject.h | 63 * The backgrounds and borders of all blocks are painted. Inlines are not painted at all. 64 * Floats must paint above block backgrounds but entirely below inline content that can overlap them. [all...] |
InlineTextBox.cpp | 381 // 1. Paint backgrounds behind text if needed. Examples of such backgrounds include selection [all...] |
RenderTableSection.cpp | [all...] |
RenderTreeAsText.cpp | 239 // Do not dump invalid or transparent backgrounds, since that is the default.
|
/external/webkit/WebKit/gtk/po/ |
en_GB.po | 375 msgid "Print Backgrounds" 376 msgstr "Print Backgrounds"
|
de.po | 376 msgid "Print Backgrounds"
|
es.po | 377 msgid "Print Backgrounds"
|
it.po | 428 msgid "Print Backgrounds"
|
/external/webkit/WebCore/platform/ |
ScrollView.h | 108 // where it would cause rendering glitches (such as with fixed backgrounds or when the view is partially transparent).
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsLayer.h | 247 // The color used to paint the layer backgrounds
|