HomeSort by relevance Sort by last modified time
    Searched full:background (Results 326 - 350 of 3924) sorted by null

<<11121314151617181920>>

  /external/oprofile/doc/xsl/
xhtml-common.xsl 15 background to the item. -->
33 <!-- Change the color background color in the line below. -->
34 <table border="0" style="background: #E0E0E0;" width="90%">
44 <!-- Change the color background color in the line below. -->
45 <table border="0" style="background: #E0E0E0;" width="90%">
  /external/webkit/Source/WebCore/manual-tests/win/
contextmenu-key.html 18 background-color: lightblue;
22 background-color: blue;
26 background: rgba(255, 255, 255, 0);
44 background: pink;
49 background: red;
  /cts/tools/tradefed-host/res/report/
cts_result.css 46 background-color: rgb(212, 233, 169);
58 background-color: #A5C639;
73 background-color: rgb(212, 233, 169);
88 background-color: rgb(212, 233, 169);
98 background-color: #A5C639;
114 background-color: rgb(212, 233, 169);
126 background-color: #A5C639;
146 background-color: white;
154 background-color: white;
162 background-color: #FA5858
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/
slideshow.html 10 background: black;
20 background: -webkit-linear-gradient(transparent, white);
44 background: -webkit-linear-gradient(#323232, #070707);
48 background: url('chrome://resources/images/mediaplayer_prev.png');
49 background-repeat: no-repeat;
50 background-position: 4px 8px;
78 background: url('chrome://resources/images/mediaplayer_next.png');
79 background-repeat: no-repeat;
80 background-position: 4px 8px;
94 background: transparent
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.css 10 background-size of 100% to work properly */
15 background-size: auto 100%;
49 background-color: rgba(255, 255, 255, 0.8);
59 background: -webkit-gradient(linear, left top, right top,
108 background-color 250ms;
117 background-color: rgba(0, 0, 0, .05);
130 background-image: url('../shared/images/trash.png');
131 background-size: 40px 40px;
132 background-repeat: no-repeat;
133 background-position: 40px 12px
    [all...]
  /external/chromium/chrome/browser/resources/
slideshow.html 10 background: black;
20 background: -webkit-linear-gradient(transparent, white);
44 background: -webkit-linear-gradient(#323232, #070707);
48 background: url('shared/images/mediaplayer_prev.png');
49 background-repeat: no-repeat;
50 background-position: 4px 8px;
78 background: url('shared/images/mediaplayer_next.png');
79 background-repeat: no-repeat;
80 background-position: 4px 8px;
94 background: transparent
    [all...]
new_new_tab.css 41 background-position-x: 100%;
63 background: none;
86 background-color: hsl(52, 100%, 80%);
104 background-color: hsl(213, 63%, 93%);
112 background-color: hsl(120, 93%, 93%);
129 background: no-repeat;
130 background-color: transparent;
131 background-image: url('chrome://theme/IDR_CLOSE_BAR');
137 background-image: url('chrome://theme/IDR_CLOSE_BAR_H');
141 background-image: url('chrome://theme/IDR_CLOSE_BAR_P')
    [all...]
safe_browsing_multiple_threat_block.html 7 background-color:#500;
11 .background {
21 background-color:white;
72 background-color:white;
113 <div class="background"><img src="ssl_roadblock_background.png" width="100%" height="100%" alt="background" onmousedown="return false;"/></div>
  /external/replicaisland/src/com/replica/replicaisland/
LevelBuilder.java 48 // Generate the scrolling background.
51 GameObject background = new GameObject(); local
85 // Background Layer //
90 // The background image is ideally 1.5 times the size of the largest screen axis
101 // Scroll speeds such that the background will evenly match the beginning
112 background.add(scroller3);
113 background.add(backgroundRender);
116 return background;
119 public void addTileMapLayer(GameObject background, int priority, float scrollSpeed,
176 background.add(scroller)
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
item-background.html 2 div.container { float: left; background-color: #eee; padding: 4px; margin: 4px; }
3 div.swatch { width: 14px; height: 14px; background-color: white; position: relative; }
9 { background-color: white; }
13 { background-color: black; }
17 { background-color: initial; }
21 { background-color: rgba(0, 0, 255, 0.5); }
23 .solid { background-color: red; }
24 .reddish { background-color: rgba(255, 0, 0, 0.75); }
25 .semigreen { background-color: rgba(0, 255, 0, 0.5); }
26 .darken { background-color: rgba(0, 0, 0, 0.67);
    [all...]
scrollIntoView-vertical.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>
15 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
19 <div id="purplebox" style="background-color:purple; width: 300px; height: 100px;">
26 <div id="greenbox" style="background-color:green; width: 300px; height: 100px;">
32 <div id="yellowbox" style="background-color:yellow; width: 300px; height: 100px;">
38 <div id="orangebox" style="background-color:orange; width: 300px; height: 100px;">
  /external/chromium/chrome/browser/
background_application_list_model.h 22 // Model for list of Background Applications, that is, Extensions with
58 // releasing it if the associated background application is unloaded.
68 // Returns true if the passed extension is a background app.
87 // Contains data associated with a background application that is not
111 // Notifies observers that some of the data associated with this background
115 // Notifies observers that at least one background application has been added
125 // Refresh the list of background applications and generate notifications.
  /external/chromium/chrome/browser/chromeos/login/
shutdown_button.cc 17 #include "views/background.h"
39 class HoverBackground : public views::Background {
41 HoverBackground(views::Background* normal, views::Background* hover)
45 // views::Background implementation.
56 views::Background* normal_;
57 views::Background* hover_;
  /development/apps/launchperf/res/layout/
complex_layout.xml 59 android:background="@color/red"
67 android:background="@color/gray0"
74 android:background="@color/gray1"
81 android:background="@color/gray2"
88 android:background="@color/gray3"
95 android:background="@color/gray4"
102 android:background="@color/gray5"
109 android:background="@color/gray6"
116 android:background="@color/gray7"
123 android:background="@color/gray8
    [all...]
  /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...]
  /external/qemu/android/skin/
file.c 37 /** SKIN BACKGROUND
41 skin_background_done( SkinBackground* background )
43 if (background->image)
44 skin_image_unref(&background->image);
48 skin_background_init_from( SkinBackground* background,
56 background->valid = 0;
58 if (img == NULL) /* no background */
61 background->image = skin_image_find_in( basepath, img );
62 if (background->image == SKIN_IMAGE_NONE) {
63 background->image = NULL
    [all...]
  /packages/apps/Settings/res/layout/
widget.xml 22 android:background="@drawable/appwidget_bg_holo" >
30 android:background="@drawable/appwidget_button_left"
54 android:background="@drawable/appwidget_settings_divider_holo"
63 android:background="@drawable/appwidget_button_center"
88 android:background="@drawable/appwidget_settings_divider_holo"
97 android:background="@drawable/appwidget_button_center"
121 android:background="@drawable/appwidget_settings_divider_holo"
130 android:background="@drawable/appwidget_button_center"
154 android:background="@drawable/appwidget_settings_divider_holo"
163 android:background="@drawable/appwidget_button_right
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 72 background-color: #EBEFF6;
108 background-color: #9CAFD4;
145 background-color: #FBFCFD;
155 background-color: black;
168 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
169 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
184 background-color: white;
196 background-color: #EBEFF6;
204 background-color: #EBEFF6;
211 background-color: #EEF1F7
    [all...]
  /development/samples/ApiDemos/res/layout/
scrollbar3.xml 33 android:background="#FF0000">
85 android:background="#00FF00"
92 android:background="#60AA60" />
99 android:background="@android:drawable/edit_text">
116 android:background="@android:drawable/edit_text">
128 android:background="@android:drawable/edit_text">
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
cssproperties.in 13 -webkit-background-clip
14 -webkit-background-composite
15 -webkit-background-origin
16 -webkit-background-size
117 background
118 background-attachment
119 background-clip
120 background-color
121 background-image
122 background-origi
    [all...]
  /frameworks/base/core/res/res/layout/
global_actions_silent_mode.xml 28 android:background="?android:attr/actionBarItemBackground"
43 android:background="@drawable/silent_mode_indicator"
56 android:background="?android:attr/actionBarItemBackground"
71 android:background="@drawable/silent_mode_indicator"
85 android:background="?android:attr/actionBarItemBackground"
100 android:background="@drawable/silent_mode_indicator"
  /frameworks/base/core/res/res/layout-sw600dp/
keyguard_transport_control.xml 17 <!-- *** Note *** This should mirror the file in layout/ with the exception of the background set
23 android:background="@drawable/transportcontrol_bg">
30 <!-- We use ImageView for its cropping features, otherwise could be android:background -->
74 android:background="?android:attr/selectableItemBackground"
89 android:background="?android:attr/selectableItemBackground"
104 android:background="?android:attr/selectableItemBackground"
  /frameworks/base/docs/html/sdk/api_diff/10/
stylesheet-jdiff.css 6 .diffspechead {background-color:#eee;}
8 .diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
9 td.diffvalueold {color:orange;background-color:white;border:0px;font-size:80%;font-style:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
  /frameworks/base/docs/html/sdk/api_diff/11/
stylesheet-jdiff.css 6 .diffspechead {background-color:#eee;}
8 .diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
9 td.diffvalueold {color:orange;background-color:white;border:0px;font-size:80%;font-style:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
  /frameworks/base/docs/html/sdk/api_diff/12/
stylesheet-jdiff.css 6 .diffspechead {background-color:#eee;}
8 .diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
9 td.diffvalueold {color:orange;background-color:white;border:0px;font-size:80%;font-style:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}

Completed in 665 milliseconds

<<11121314151617181920>>