/external/chromium/chrome/browser/ui/views/ |
find_bar_view.cc | 28 #include "views/background.h" 43 // background highlight extends beyond just the text). 55 // The background color of the match count label when results are found. 58 // The background color of the match count label when no results are found. 61 // The background images for the dialog. They are split into a left, a middle 74 // The background image for the Find text box, which we draw behind the Find box 163 // Background images for the dialog. 168 // Background images for the Find edit box. 249 // toolbar background image. First, get the widget bounds. 256 // Finally, calculate the background image tiling offset [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
xhr.html | 96 When using resources retrieved via XMLHttpRequest, your background page should 101 <pre>background.html 114 background.html 130 <pre>background.html 142 background.html
|
/external/replicaisland/src/com/replica/replicaisland/ |
LevelSystem.java | 91 * Loads a level from a binary file. The file consists of several layers, including background 95 * @param tiles A tile library to use when constructing tiled background layers. 96 * @param background An object to assign background layer rendering components to. 125 if (type == 0) { // it's a background layer
|
/external/webkit/Source/WebCore/css/ |
wml.css | 111 background-color: ButtonFace; 132 background-color: white; 148 background-color: #FAFFBD !important; 149 background-image:none !important; 174 background-color: white;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
helpScreen.css | 21 background-color: black; 67 background: -webkit-gradient(linear, left top, right top, from(rgb(128, 128, 128)), to(rgb(128, 128, 128)), color-stop(40%, rgb(96, 96, 96))); 74 background: -webkit-gradient(linear, left top, right top, from(rgb(176, 176, 176)), to(rgb(176, 176, 176)), color-stop(40%, rgb(144, 144, 144))); 78 background: -webkit-gradient(linear, left top, right top, from(rgb(10, 10, 10)), to(rgb(32, 32, 32)), color-stop(25%, rgb(32, 32, 32))); 88 background: -webkit-gradient(radial, 30% 30%, 1, 50% 50%, 8, from(rgb(128, 128, 128)), to(rgb(80, 80, 80)));
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
index.jd | 12 <li>If the application is running in the background and needs the user's attention, 23 from the background.</li> 25 that come from the background and request the user's response.</li> 40 out, and does not accept interaction events. Because a toast can be created from a background 65 a background {@link android.app.Service} and needs to
|
/frameworks/base/docs/html/training/improving-layouts/ |
smooth-scrolling.jd | 18 <li><a href="#AsyncTask">Use a Background Thread</a></li> 38 <h2 id="AsyncTask">Use a Background Thread</h2> 40 <p>Using a background thread ("worker thread") removes strain from the main thread so it can focus 48 images in a background thread, then apply them to the UI once finished. It also shows a 52 // Using an AsyncTask to load the slow images in a background thread
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
AsyncRunner.java | 66 if (mLogVerbose) Log.v(TAG, "Starting background graph processing."); 103 if (mLogVerbose) Log.v(TAG, "Done with background graph processing."); 190 /** Execute the graph in a background thread. */ 209 * with setDoneCallback to be notified of when the background processing has 228 /** Check if background processing is happening */
|
/frameworks/base/tests/BiDiTests/res/layout/ |
relative_layout_2_locale.xml | 29 android:background="#FF000000" 59 android:background="#FF000000" 90 android:background="#FF000000" 121 android:background="#FF000000" 152 android:background="#FF000000"
|
relative_layout_2_ltr.xml | 29 android:background="#FF000000" 59 android:background="#FF000000" 90 android:background="#FF000000" 121 android:background="#FF000000" 152 android:background="#FF000000"
|
relative_layout_2_rtl.xml | 29 android:background="#FF000000" 59 android:background="#FF000000" 90 android:background="#FF000000" 121 android:background="#FF000000" 152 android:background="#FF000000"
|
/gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/ |
ScaleWheel.java | 55 private final Drawable background; field in class:ScaleWheel 79 background = resources.getDrawable(R.drawable.scale_wheel_background); 80 background.setAlpha(160); 122 background.setBounds(0, 0, getWidth(), getHeight()); 123 background.draw(canvas);
|
/packages/apps/Contacts/res/layout-sw580dp-w940dp/ |
people_activity.xml | 37 android:background="@drawable/list_background_holo" 62 android:background="@color/background_primary" 88 android:background="@color/background_primary" 105 android:background="@drawable/list_background_holo" 113 android:background="@drawable/panel_favorites_holo_light">
|
/packages/apps/Contacts/res/layout-sw680dp/ |
people_activity.xml | 37 android:background="@drawable/list_background_holo" 62 android:background="@color/background_primary" 91 android:background="@color/background_primary" 108 android:background="@drawable/list_background_holo" 116 android:background="@drawable/panel_favorites_holo_light">
|
/external/jdiff/src/jdiff/ |
HTMLFiles.java | 199 h_.writeText("You can always tell when you are reading a JDiff page, rather than a Javadoc page, by the color of the index bar and the color of the background. "); 282 //h_.writeText("/* Page background color */"); 283 //h_.writeText("body { background-color: " + h_.bgcolor + "; font-family: arial; }"); 287 //h_.writeText("body { background: #CCFFFF url(background.gif); font-family: arial; }"); 290 //h_.writeText(".TableHeadingColor { background: #CCCCFF } /* Dark mauve */"); 291 //h_.writeText(".TableSubHeadingColor { background: #EEEEFF } /* Light mauve */"); 292 //h_.writeText(".TableRowColor { background: #FFFFFF } /* White */"); 303 //h_.writeText(".NavBarCell1 { background-color:#FFFFCC;} /* Changed to yellowish to make difference from Javadoc clear */"); 304 //h_.writeText(".NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */") [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/grid/ |
960.gridder.css | 1 #g-setup{position:absolute;top:150px;left:-310px;padding:6px;margin:0;list-style:none;width:320px!important;background-color:#d1cfe6;border:2px solid #a19bd1;z-index:2100;}#g-setup *{background:transparent!important;border:0!important;color:#58517c!important;font-family:Verdana,Geneva,sans-serif!important;font-size:10px!important;font-weight:normal!important;letter-spacing:normal!important;line-height:1!important;list-style-type:none!important;margin:0!important;padding:0!important;text-decoration:none!important;text-indent:0!important;text-transform:none!important;word-spacing:0!important;z-index:2100!important;}#g-setup .head{font-weight:bold!important;text-align:center;border-bottom:1px solid #7cb267!important;}#g-setup ul{width:150px;float:left!important;}#g-setup li{clear:left;padding:5px!important;}* html #g-setup li{clear:none!important;padding:4px!important;}#g-setup span{float:left!important;width:50px;padding:1px 4px 0 0!important;text-align:right!important;line-height:1.5!important;}#g-setup input,#g-setup select{float:left!important;width:70px;border:1px solid #a19bd1!important;background-color:#e7e6ee!important;padding:2px!important;}#g-setup select{width:77px;padding:0!important;}#g- (…)
|
/development/samples/training/basic/ActivityLifecycle/res/layout/ |
activity_a.xml | 21 android:background="@color/dark_blue" 92 android:background="@color/white" 111 android:background="@color/white"
|
activity_b.xml | 21 android:background="@color/dark_green" 94 android:background="@color/white" 113 android:background="@color/white"
|
activity_c.xml | 21 android:background="@color/dark_red" 94 android:background="@color/white" 113 android:background="@color/white"
|
/external/chromium/chrome/browser/extensions/ |
extension_process_manager.h | 63 // Gets the ExtensionHost for the background page for an extension, or NULL if 64 // the extension isn't running or doesn't have a background page. 111 // The set of running viewless background extensions.
|
/external/chromium/chrome/browser/resources/ |
bug_report.css | 38 background: #cccccc; 103 background-color: transparent; 140 background-color: transparent;
|
playlist.html | 8 background: #080809; 14 background: #080809; 29 background: #393b41;
|
/external/chromium/chrome/browser/sync/resources/ |
firstpassphrase.html | 7 background: #FFFFFF; 12 background: #FFFFFF; 38 background: #EEE;
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_frame_view.h | 15 // b) We needed to be able to draw both a background pattern, and an overlay 16 // graphic, and we need to be able to set the pattern phase of our background 29 // "B" precluded us from just setting a background color on the window.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_view_mac.mm | 44 void ExtensionViewMac::SetBackground(const SkBitmap& background) { 47 render_widget_host_view_->SetBackground(background); 49 pending_background_ = background;
|