/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));
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_result_view.cc | 139 colors[NORMAL][BACKGROUND] = color_utils::GetSysSkColor(COLOR_WINDOW); 140 colors[SELECTED][BACKGROUND] = color_utils::GetSysSkColor(COLOR_HIGHLIGHT); 147 colors[NORMAL][BACKGROUND] = gfx::GdkColorToSkColor(bg_color); 148 colors[SELECTED][BACKGROUND] = gfx::GdkColorToSkColor(selected_bg_color); 153 colors[NORMAL][BACKGROUND] = SK_ColorWHITE; 154 colors[SELECTED][BACKGROUND] = SK_ColorBLUE; 158 colors[HOVERED][BACKGROUND] = 159 color_utils::AlphaBlend(colors[SELECTED][BACKGROUND], 160 colors[NORMAL][BACKGROUND], 64); 164 color_utils::AlphaBlend(colors[i][TEXT], colors[i][BACKGROUND], 128) [all...] |
autocomplete_result_view.h | 30 BACKGROUND = 0,
|
autocomplete_popup_contents_view.cc | 71 // Horizontal/Vertical inset of the promo background. 182 // TODO: these buttons look crap. Figure out the right border/background to 484 AutocompleteResultView::NORMAL, AutocompleteResultView::BACKGROUND)); 522 // We want the contents background to be slightly transparent so we can see 580 // We only support background blurring on Vista with Aero-Glass enabled. 584 // Provide a blurred background effect within the contents region of the 608 // Allow the window blur effect to show through the popup background. 613 AutocompleteResultView::BACKGROUND), alpha), SkXfermode::kDstIn_Mode); 660 // The normal location bar is drawn using a background graphic that includes
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_result_view.cc | 150 win_colors[NORMAL][BACKGROUND] = color_utils::GetSysSkColor(COLOR_WINDOW); 151 win_colors[SELECTED][BACKGROUND] = 165 colors[NORMAL][BACKGROUND] = theme->GetSystemColor( 170 colors[SELECTED][BACKGROUND] = theme->GetSystemColor( 258 colors[HOVERED][BACKGROUND] = 259 color_utils::AlphaBlend(colors[SELECTED][BACKGROUND], 260 colors[NORMAL][BACKGROUND], 64); 270 color_utils::AlphaBlend(SK_ColorBLACK, colors[i][BACKGROUND], 0xdd); 272 color_utils::AlphaBlend(SK_ColorBLACK, colors[i][BACKGROUND], 0xbb); 275 color_utils::AlphaBlend(colors[i][TEXT], colors[i][BACKGROUND], 128) [all...] |
omnibox_result_view.h | 40 BACKGROUND = 0,
|
omnibox_popup_contents_view.cc | 384 OmniboxResultView::NORMAL, OmniboxResultView::BACKGROUND));
|
omnibox_view_views.cc | 143 ToolbarModel::NONE, LocationBarView::BACKGROUND));
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_scheduler_unittest.cc | 456 ClientContext(BACKGROUND), 462 ClientContext(BACKGROUND), 507 ClientContext(BACKGROUND), 529 // Try to get a file in the background 541 ClientContext(BACKGROUND), 581 // Try to get a file in the background 593 ClientContext(BACKGROUND), 633 // Try to get a file in the background 645 ClientContext(BACKGROUND), 677 // Try to get a file in the background [all...] |
sync_client.cc | 177 ClientContext(BACKGROUND), 193 ClientContext(BACKGROUND),
|
file_system_interface.h | 143 BACKGROUND,
|
job_scheduler.cc | 782 // Otherwise, every operations including background tasks are allowed. 783 return BACKGROUND; [all...] |
/external/chromium/chrome/browser/ui/views/location_bar/ |
suggested_text_view.cc | 84 // Background only painted while animating. 90 LocationBarView::BACKGROUND);
|
location_bar_view.cc | 228 case BACKGROUND: return color_utils::GetSysSkColor(COLOR_WINDOW); 233 case BACKGROUND: return SK_ColorWHITE; 240 GetColor(security_level, BACKGROUND), 128); 263 BACKGROUND)); 281 // a URL or security background. 681 // Draw the background color so that the graphical elements at the edges 682 // appear over the correct color. (The edit draws its own background, so this 685 // can draw the border images over the background color instead of the 690 SkColor color(GetColor(ToolbarModel::NONE, BACKGROUND)); [all...] |
location_bar_view.h | 61 // The LocationBarView class is a View subclass that paints the background 91 BACKGROUND = 0, 358 // An object used to paint the normal-mode background.
|
/libcore/luni/src/main/java/java/awt/font/ |
TextAttribute.java | 52 * The BACKGROUND text attribute. 54 public static final TextAttribute BACKGROUND = new TextAttribute("background"); 161 * and background.
|
/packages/apps/Browser/src/com/android/browser/provider/ |
SnapshotProvider.java | 44 public static final String BACKGROUND = "background"; 89 Snapshots.BACKGROUND + " INTEGER," +
|
/external/smack/asmack-master/ |
build.bash | 440 if [ -n "$BACKGROUND" ]; then 483 BACKGROUND="true" 486 BACKGROUND=""
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
runtime_custom_bindings.js | 21 if (manifest.app && manifest.app.background) { 22 // Get the background page if one exists. Otherwise, default to the current 24 backgroundPage = extensionNatives.GetExtensionViews(-1, 'BACKGROUND')[0]; 35 // background page so their FileEntry objects have the background page's context 37 // background page) after the original window is closed. 70 // Force the runtime API to be loaded in the background page. Using 186 var bg = extensionNatives.GetExtensionViews(-1, 'BACKGROUND')[0] || null;
|
extension_custom_bindings.js | 54 return GetExtensionViews(-1, 'BACKGROUND')[0] || null;
|
file_system_custom_bindings.js | 17 // Fallback to using the current window if no background page is running. 18 var backgroundPage = GetExtensionViews(-1, 'BACKGROUND')[0] || window; 21 // All windows use the bindFileEntryCallback from the background page so their 22 // FileEntry objects have the background page's context as their own. This 23 // allows them to be used from other windows (including the background page) 92 // Force the fileSystem API to be loaded in the background page. Using
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
NotificationStudioActivity.java | 60 private static final ExecutorService BACKGROUND = Executors.newSingleThreadExecutor(); 169 // this can take a while, run on a background thread 170 BACKGROUND.submit(new Runnable() {
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | 78 #include "ui/views/background.h" 266 // The bubble background images have 1 px thick edges, which we don't want to 276 GetColor(ToolbarModel::NONE, LocationBarView::BACKGROUND); 290 // turned on. Use the same font with the omnibox and highlighted background. 310 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor( 402 case BACKGROUND: 404 // Chrome OS requires a transparent omnibox background color. 422 GetColor(security_level, BACKGROUND), 447 color, GetColor(security_level, BACKGROUND)); [all...] |
location_bar_view.h | 67 // The LocationBarView class is a View subclass that paints the background 128 BACKGROUND = 0, 351 // Thickness of the edges of the omnibox background images, in normal mode. 454 // An object used to paint the normal-mode background.
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_gtk.cc | 362 // GtkLabel is used instead of GtkTextView to get transparent background. [all...] |