/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/layout/ |
compound2.xml | 5 android:background="@android:drawable/ic_dialog_alert"
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/values/ |
styles.xml | 6 <item name="android:background">@drawable/details_page_buy_button</item>
|
/build/tools/droiddoc/templates-sdk/assets/design/ |
default.scss | 70 background-color: $ics_blue_dark; 78 background: #eee none no-repeat fixed top left; 79 background-image: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#ddd), color-stop(25%, #f2f2f2), color-stop(75%, #f2f2f2), to(#ddd)); 80 background-image: -moz-linear-gradient(top, #ddd, #f2f2f2, #f2f2f2, #ddd); 207 background: transparent url(disclosure_#{$type}.png) no-repeat scroll top left; 286 background: $panel_background_dark; 313 background: $panel_background; 390 from { background-color: rgb(51, 181, 229); color: #000; border-bottom-color: #000; } 391 to { background-color: transparent; color: $ics_blue; border-bottom-color: $ics_blue; } 394 from { background-color: rgb(51, 181, 229); color: #000; border-bottom-color: #000; [all...] |
/development/samples/ApiDemos/res/layout/ |
tabs1.xml | 22 android:background="@drawable/blue" 28 android:background="@drawable/red" 34 android:background="@drawable/green"
|
/development/samples/ApiDemos/res/layout-w1024dp/ |
resources_width.xml | 25 android:background="#800000ff" android:text="w1024dp Width\n#1"> 30 android:background="#800000ff" android:text="w1024dp Width\n#2"> 35 android:background="#800000ff" android:text="w1024dp Width\n#3"> 40 android:background="#800000ff" android:text="w1024dp Width\n#4"> 45 android:background="#800000ff" android:text="w1024dp Width\n#5"> 50 android:background="#800000ff" android:text="w1024dp Width\n#6"> 55 android:background="#800000ff" android:text="w1024dp Width\n#7"> 60 android:background="#800000ff" android:text="w1024dp Width\n#8"> 65 android:background="#800000ff" android:text="w1024dp Width\n#9"> 70 android:background="#800000ff" android:text="w1024dp Width\n#10" [all...] |
/docs/source.android.com/src/assets/ |
main.css | 19 background-color: white; 24 background: white url(bg_fade.jpg) repeat-x; 51 background-color: inherit; 60 background-color: #dee8f1; 85 background: url(bg_images_sprite.png) no-repeat 0 -58px; 99 background: url(bg_images_sprite.png) no-repeat 0 -29px; 109 background: green url(bg_images_sprite.png) no-repeat 0 0; 152 background-color: #fff; 238 background-color: #fafafa; 256 background-color: #fafafa [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
apps.css | 48 -webkit-transition: background-color .5s; 49 background: rgba(255, 255, 255, 0) /* transparent white */ 51 background-size: 96px 96px; 63 background-color: transparent; 64 background-position: center center; 65 background-repeat: no-repeat; 78 background-image: url(chrome://theme/IDR_BALLOON_WRENCH); 84 background-image: url(chrome://theme/IDR_BALLOON_WRENCH_H); 94 background-image: none; 133 background-image: url("chrome://theme/IDR_WEBSTORE_ICON") [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_options_page.css | 53 background-color: hsl(214, 91%, 97%); 57 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), 59 background-color: hsl(214,91%,89%); 64 background-color: hsl(214, 91%, 87%); 69 background-color: hsl(214, 91%, 97%); 83 background: left center no-repeat; 94 background: right center no-repeat; 163 background-image: url("chrome://theme/IDR_WARNING"); 164 background-repeat: no-repeat; 165 background-position:center [all...] |
/external/chromium/chrome/browser/resources/options/ |
options_page.css | 51 background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), 69 background-color: transparent; 70 background-repeat: no-repeat; 77 background-image: url('chrome://theme/IDR_CLOSE_BAR'); 86 background-image: url('chrome://theme/IDR_CLOSE_BAR_H'); 90 background-image: url('chrome://theme/IDR_CLOSE_BAR_P'); 152 background: white; 166 background: -webkit-linear-gradient(rgba(234, 238, 243, 0.2), #eaeef3), 179 background: -webkit-linear-gradient(rgba(234, 238, 243, 0), #EAEEF3), 215 background: -webkit-linear-gradient(left, #bbcee9, #bbcee9 97%, #aabedc) [all...] |
/external/chromium/chrome/browser/resources/sync_internals/ |
sync_node_browser.css | 30 background-image: url("../shared/images/star_small.png"); 35 background-color: #ebeff9; 46 background: #eff3ff;
|
/external/chromium/chrome/browser/resources/ |
wrench_menu.css | 2 background-image: url('../../app/theme/fullscreen_menu_button.png'); 3 background-position: center center; 4 background-repeat: no-repeat;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_toolbar_view.h | 5 // The BookmarkBarToolbarView is responsible for drawing the background of the 29 // Displaying the bookmark toolbar background in bubble (floating) mode requires 31 // background image is joined.
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_view_gtk.cc | 32 void ExtensionViewGtk::SetBackground(const SkBitmap& background) { 34 render_widget_host_view_->SetBackground(background); 36 pending_background_ = background;
|
extension_view_gtk.h | 36 void SetBackground(const SkBitmap& background); 60 // The background the view should have once it is initialized. This is set 61 // when the view has a custom background, but hasn't been initialized yet.
|
/external/chromium/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/ |
popup.html | 6 background: white; 21 background: #cccccc; 24 background: #aaaaaa;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
unittest.css | 36 background-color: #cfc; 40 background-color: #fcc; 44 background-color: #FC6;
|
/external/webkit/Source/WebCore/manual-tests/ |
ATSU-bad-layout.html | 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 13 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 17 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
|
bugzilla-14899.html | 16 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 20 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 24 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
|
bugzilla-3855.html | 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 12 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 16 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
|
close-on-closedWindow.html | 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 17 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 21 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
|
cur-hotspot.html | 5 <div style="background:turquoise;cursor:url(resources/cur-hotspot.cur), auto; width:200px; height:200px; position:absolute; top:100px; left: 50px;">Mouse cursor should be upside down inside this box.</div>
7 <div style="background:turquoise;cursor:url(resources/cur-hotspot.cur) 200 200, auto; width:200px; height:200px; position:absolute; top:100px; left: 300px;">Mouse cursor should be upside down inside this box.</div>
9 <div style="background:turquoise;cursor:url(resources/cur-hotspot.cur) 0 0, auto; width:200px; height:200px; position:absolute; top:350px; left: 50px;">Mouse cursor should flip erratically, due to incorrect hot spot forced in CSS.</div>
|
custom-cursors.html | 4 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png), auto;"><span style="cursor:url(nonexistent.png), auto;">some text</span></div> 5 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png);"></div> 10 <div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), help;"></div>
|
drag-with-div-or-image-as-data-image.html | 12 background-color: silver; 16 background-color: pink; 46 <img src="resources/webkit-background.png" class="draggable" ondragstart="dragImageAndSeeDivDragged()" />
|
flash-unload-tab.html | 11 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 15 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 19 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
|
input-type-file-autocomplete-frame-1.html | 5 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 15 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 19 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
|