/external/webkit/Source/WebCore/platform/audio/ |
ReverbInputBuffer.h | 36 // ReverbInputBuffer is used to buffer input samples for deferred processing by the background threads. 46 // Background threads can call this to check if there's anything to read... 49 // The individual background threads read here (and hope that they can keep up with the buffer writing).
|
/frameworks/base/core/res/res/layout/ |
search_bar.xml | 27 android:background="@color/transparent" 34 android:background="?android:attr/actionModeBackground" 44 android:background="?android:attr/selectableItemBackground">
|
/packages/apps/Browser/res/layout/ |
bookmark_sync_wizard.xml | 25 android:background="@android:color/black"> 50 android:background="@android:color/black"> 75 android:background="@android:color/black"
|
suggestion_item.xml | 35 android:background="?android:attr/selectableItemBackground" 69 android:background="@*android:drawable/list_divider_holo_light" 77 android:background="?android:attr/selectableItemBackground"
|
/packages/apps/Calendar/res/layout-sw600dp/ |
agenda_day.xml | 18 android:background="@color/agenda_day_bar_background_color" 26 android:background="@color/agenda_list_separator_color" 34 android:background="@color/agenda_past_present_separator_color"
|
edit_event.xml | 24 android:background="#FFE9E9E9" 34 android:background="#FFFFFFFF"/> 52 android:background="#FFFFFFFF"/>
|
/packages/apps/Camera/res/layout-sw640dp/ |
preview_frame_video.xml | 29 android:background="@drawable/ic_snapshot_border" /> 38 android:background="@android:color/black"/> 44 android:background="@drawable/bg_pressed"
|
/packages/apps/Contacts/res/layout/ |
contact_tile_starred.xml | 18 android:background="@null" 38 android:background="@color/contact_tile_shadow_box_color" 76 android:background="?android:attr/selectableItemBackground" />
|
contact_tile_starred_quick_contact.xml | 20 android:background="@null" 37 android:background="@color/contact_tile_shadow_box_color" 74 android:background="@null" />
|
social_widget.xml | 21 android:background="#00000000"> 37 android:background="@drawable/frame_thumbnail_contact_widget_holo" 50 android:background="@drawable/bg_status_contact_widget">
|
/packages/apps/LegacyCamera/res/layout/ |
preview_frame_video.xml | 33 android:background="@drawable/ic_snapshot_border" /> 43 android:background="@android:color/black"/> 55 android:background="#ff000000"
|
/packages/apps/LegacyCamera/res/layout-sw600dp/ |
preview_frame_video.xml | 33 android:background="@drawable/ic_snapshot_border" /> 42 android:background="@android:color/black"/> 48 android:background="@drawable/bg_pressed"
|
/packages/inputmethods/PinyinIME/res/layout/ |
candidates_container.xml | 18 android:background="@drawable/cands_container_bg" 24 android:background="@drawable/arrow_bg" 32 android:background="@drawable/arrow_bg"
|
/sdk/eclipse/scripts/ |
setup_eclipse.sh | 7 # -p: run Eclipse in the background and print its PID in dest_dir/eclipse.pid 74 # if started from the automatic eclipse build, run Eclipse in the background 77 echo "*** Eclipse started in background with PID $ECLIPSE_PID"
|
/external/chromium/chrome/browser/ |
background_contents_service.cc | 37 const char kNotificationPrefix[] = "app.background.crashed."; 132 // Listen for events to tell us when to load/unload persisted background 154 // On startup, load our background pages after extension-apps have loaded. 176 // background page. 219 // background page. 240 // If there is a background page specified in the manifest for a hosted 246 // Now load the manifest-specified background page. If service isn't 247 // ready, then the background page will be loaded from the 250 ASCIIToUTF16("background"), UTF8ToUTF16(extension->id())); 295 // If there is a manifest specified background page, then shut it dow [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
overview.html | 226 Many extensions have a <em>background page</em>, 237 <h3 id="background_page">The background page</h3> 245 have background pages defined by HTML files. 246 This figure shows the browser action's background page, 247 which is defined by <code>background.html</code> 254 alt="Two windows and a box representing a background page (background.html). One window has a yellow icon; the other has both a yellow icon and a blue icon. The yellow icons are connected to the background page." /> 257 Although background pages can be useful, 259 Background pages are always open [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.css | 31 background-color: #fff; 36 background:url('images/sidenav-rule.png') no-repeat 243px 0; 111 background-color: #435a6e; 142 background:url('images/triangle-closed-small.png') 7px 4px no-repeat; 145 background:url('images/triangle-opened-small.png') 7px 4px no-repeat; 162 background-color: #fff; 240 background-color: #E2E2E2; 277 background-color:#fff; 400 background:#FFF; 401 background:rgba(255,255,255,0.7) [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
networkPanel.css | 16 -webkit-background-size: 1px 82px; 17 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))); 22 -webkit-background-size: 1px 42px; 48 background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 236, 236)), to(rgb(217, 217, 217))); 61 background-color: transparent; 81 background-color: white; 98 background-color: rgba(0, 0, 0, 0.07); 111 background-image: none; 169 background-image: url(Images/resourcePlainIcon.png); 170 background-repeat: no-repeat [all...] |
/build/tools/ |
compare_fileslist.py | 67 background-color: #ffffdd; 70 background-color: #ffffcc; 73 background-color: #ffcccc; 76 background-color: #99ccff;
|
/cts/apps/CtsVerifier/res/layout/ |
vertical_divider.xml | 17 android:background="#333"
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
DashPathEffectTest.java | 40 private static final int BACKGROUND = Color.TRANSPARENT; 46 bitmap.eraseColor(BACKGROUND); 69 assertEquals(BACKGROUND, bitmap.getPixel(x, y)); 72 assertEquals(BACKGROUND, bitmap.getPixel(x, y));
|
/cts/tests/tests/webkitsecurity/assets/ |
anonymous-split-block-crash.html | 10 background-color: #eeeeee;
|
bad-transition-shorthand-crash.html | 10 background-color: blue;
|
clone-anonymous-block-non-inline-child-crash.html | 10 background-color: #eeeeee;
|
empty-render-surface-crasher.html | 17 background-color: red;
|