/external/webkit/Tools/CSSTestSuiteHarness/harness/ |
harness.css | 28 background-color: #DDD; 90 background-color: white; 203 background-color: white; 222 background: red; 275 background-color: rgba(0, 0, 0, 0.6); 285 background-color: white;
|
/frameworks/base/core/res/res/layout/ |
search_view.xml | 82 android:background="?android:attr/searchViewTextField"> 95 android:background="@null" 112 android:background="?android:attr/selectableItemBackground" 125 android:background="?android:attr/searchViewTextFieldRight"> 134 android:background="?android:attr/selectableItemBackground" 149 android:background="?android:attr/selectableItemBackground"
|
keyguard_screen_password_landscape.xml | 139 android:background="@drawable/lockscreen_password_field_dark"> 154 android:background="@null" 167 android:background="?android:attr/selectableItemBackground" 178 android:background="?android:attr/selectableItemBackground" 190 android:background="#40000000" 221 android:background="@drawable/intro_bg"> 227 android:background="@color/facelock_spotlight_mask"
|
keyguard_screen_password_portrait.xml | 104 android:background="@drawable/lockscreen_password_field_dark" 119 android:background="@null" 133 android:background="?android:attr/selectableItemBackground" 144 android:background="?android:attr/selectableItemBackground" 157 android:background="#40000000" 212 android:background="@drawable/intro_bg"> 218 android:background="@color/facelock_spotlight_mask"
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
OverdrawDetector.java | 93 "If you set a background drawable on a root view, then you should use a " + 94 "custom theme where the theme background is null. Otherwise, the theme background " + 95 "will be painted first, only to have your custom background completely cover it; " + 102 "that a background-theme is hidden.\n" + 104 "If you want your custom background on multiple pages, then you should consider " + 105 "making a custom theme with your custom background and just using that theme " + 106 "instead of a root element background.\n" + 109 "it to be mixed with the background. However, you will get better performance " + 110 "if you pre-mix the background with your drawable and use that resulting image or " 268 String background = attribute.getValue(); local [all...] |
/external/chromium/chrome/browser/resources/ |
imageburner.html | 15 background-image: -webkit-linear-gradient(#D0DAF8, #A6BAF7); 24 background-image: -webkit-linear-gradient(#D0DAF8, #A6BAF7); 38 background-repeat: no-repeat; 39 background: url('shared/images/icon_folder.png'); 47 background: url('shared/images/filebrowse_menu.png'); 54 background-repeat: no-repeat; 81 background-color: #fff; 89 background-color: #ebeff9; 99 background-color: #b1c8f2; 148 background-color: #fff [all...] |
mobile_setup.html | 23 background: rgba(0, 0, 0, .1); 33 background: white; 61 background: url('chrome-extension://iadeocfgjdjdmpenejdbfeaocpbikmab/carrier_logo.png') no-repeat; 62 background-position: 85% 50%; 118 background-color: #fcf6e0;
|
ssl_error.html | 7 background-color:#500; 11 .background { 21 background-color:white; 101 <div class="background"><img src="ssl_roadblock_background.png" width="100%" height="100%" alt="background" onmousedown="return false;"></div>
|
ssl_roadblock.html | 7 background-color:#500; 11 .background { 21 background-color:white; 103 <div class="background"><img src="ssl_roadblock_background.png" width="100%" height="100%" alt="background" onmousedown="return false;"></div>
|
/external/libvpx/examples/includes/geshi/docs/api/media/ |
stylesheet.css | 2 a:hover, a:active, a:focus { color: highlighttext; background-color: highlight; text-decoration: none; } 4 body { background: #FFFFFF; } 16 .oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em} 30 .index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em} 47 .tutorial-nav-box { width: 100%; border: 1px solid #999999; background-color: #F8F8F8; } 55 .separator { background-color: #999999; height: 2px; } 97 .src-code a:active { background-color: #FFFF66; color: #008000; } 98 .src-code a:hover { background-color: #FFFF66; text-decoration: overline underline; color: #008000; } 133 .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; } 135 .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
SurfaceCollectionManager.cpp | 275 // Don't have a drawing collection, draw white background 276 Color background = Color::white; local 300 background = m_drawingCollection->getBackgroundColor(); 303 // Use paintingCollection background color while tiles are not done painting. 304 background = m_paintingCollection->getBackgroundColor(); 312 ALOGV("background is %x", background.rgb()); 313 // If background is opaque, we can safely and efficiently clear it here. 314 // Otherwise, we have to calculate all the missing tiles and blend the background. 315 GLUtils::clearBackgroundIfOpaque(&background); [all...] |
/external/webkit/Source/WebKit/qt/tests/qwebview/ |
tst_qwebview.cpp | 331 QTest::addColumn<bool>("background"); 350 QFETCH(bool, background); 364 if (active && background) { 365 // Rendered image must have red background on an active QWebView. 367 } else if (active && !background) { 370 } else if (!active && background) { 371 // Rendered image must have red background on an inactive QWebView. 373 } else if (!active && !background) { 411 if (active && background) { 412 // Rendered image must have blue background on an active QWebView [all...] |
/gdk/samples/PhotoEditor/res/values/ |
styles.xml | 24 <item name="android:background">@drawable/group_header</item> 89 <item name="android:background">@null</item> 94 <item name="android:background">@drawable/actionbar_translucent</item> 105 <item name="android:background">?android:attr/selectableItemBackground</item> 140 <item name="android:background">?android:attr/selectableItemBackground</item> 150 <item name="android:background">@null</item> 159 <item name="android:background">@android:color/transparent</item>
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventLoader.java | 203 Log.e("Cal", "background LoaderThread interrupted!"); 233 * Reuses an existing background thread, if events were already being loaded in the background. 234 * NOTE: events and uiCallback are not used if an existing background thread gets reused -- 235 * the ones that were passed in on the call that results in the background thread getting 247 // Send the load request to the background thread 274 // Send load request to the background thread
|
/packages/apps/Gallery2/res/values/ |
photoeditor_styles.xml | 23 <item name="android:background">@null</item> 69 <item name="android:background">@android:color/transparent</item> 87 <item name="android:background">?android:attr/selectableItemBackground</item> 121 <item name="android:background">?android:attr/selectableItemBackground</item> 129 <item name="android:background">?android:attr/selectableItemBackground</item> 137 <item name="android:background">@drawable/photoeditor_toggle_button_background</item> 144 <item name="android:background">@android:color/transparent</item>
|
/sdk/rule_api/src/com/android/ide/common/api/ |
IGraphics.java | 89 * Fills a rectangle outline between 2 points, using the current background 95 * Fills a rectangle outline between 2 points, using the current background 101 * Fills a rectangle outline between 2 points, using the current background 181 * Returns the current background color. The background color is used for 188 * Sets the background color. The background color is used for fill
|
/packages/inputmethods/LatinIME/java/res/values/ |
styles.xml | 36 <item name="android:background">@drawable/keyboard_background</item> 111 <item name="android:background">@drawable/keyboard_popup_panel_background</item> 114 <item name="android:background">@drawable/keyboard_suggest_strip</item> 137 <item name="android:background">@drawable/btn_suggestion</item> 140 <item name="android:background">@drawable/suggestion_feedback_background</item> 154 <item name="android:background">@android:color/black</item> 257 <item name="android:background">@drawable/keyboard_dark_background</item> 283 <item name="android:background">@null</item> 302 <item name="android:background">@drawable/keyboard_background_holo</item> 340 <item name="android:background">@null</item [all...] |
/external/chromium/chrome/browser/ |
background_page_tracker.cc | 32 // each background page: the parent application/extension ID, and a boolean 104 // If background mode is disabled, just exit - don't load information from 106 // background pages, effectively disabling any associated badging. 139 // Disable the background page tracker for unittests. 143 // BackgroundPageTracker is enabled if background mode is enabled. 188 // 2) Walk the set of currently loaded extensions and background contents, and 219 // Look for new extensions/background contents. 224 // Any extension with a background page should be in our list. 235 // Add all apps with background contents also.
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
ViewPort.java | 53 * The background color which the color buffer is cleared to can be specified 318 * Sets the background color. 323 * By default the background color is black without alpha. 325 * @param background the background color. 327 public void setBackgroundColor(ColorRGBA background){ 328 backColor.set(background); 332 * Returns the background color of this ViewPort 334 * @return the background color of this ViewPort
|
/external/chromium/chrome/browser/chromeos/login/ |
background_view.h | 34 // View used to render the background during login. BackgroundView contains 54 // Initializes the background view. It backgroun_url is given (non empty), 55 // it creates a DOMView background area that renders a webpage. 64 // empty, the content page of the url is displayed as a background. 180 // DOMView for rendering a webpage as a background.
|
username_view.cc | 24 // Username label background color. 109 // Draw transparent background. 145 // Draw the final background with the fading in the end. 160 // along the text perimeter (when the label is place on the white background). 170 // Fade out only the text in the end. Use regular background.
|
/external/chromium/chrome/browser/chromeos/ |
setting_level_bubble.cc | 45 // background, and finally NULL if both of those fail. 61 // Otherwise, see if there's a background window that we can use. 62 BackgroundView* background = LoginUtils::Get()->GetBackgroundView(); local 63 if (background) 64 window = GTK_WINDOW(background->GetNativeWindow());
|
/external/chromium/chrome/browser/resources/options/ |
cookies_view.css | 122 background: #E0E9F5; 138 background: #EEF3F9; 143 background: #F5F8F8; 148 background: #F5F8F8; 155 background: #F5F8F8;
|
/external/chromium/chrome/browser/translate/ |
translate_infobar_delegate.h | 29 // The types of background color animations. 86 // should get a yellow background instead of a blue one). 89 // Returns what kind of background fading effect the infobar should use when 130 // Sets this infobar background animation based on the previous infobar shown. 131 // A fading background effect is used when transitioning from a normal state
|
/external/chromium/chrome/browser/ui/cocoa/ |
styled_text_field_cell.mm | 152 // Paint button background image if there is one (otherwise the border won't 167 // toolbar background and the omnibox background. 172 // Draw the outer stroke (over the background). 182 // Fill interior with background color.
|