HomeSort by relevance Sort by last modified time
    Searched refs:BACKGROUND (Results 1 - 25 of 38) sorted by null

1 2

  /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/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=""
  /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() {
  /packages/apps/Browser/src/com/android/browser/
SnapshotTab.java 163 Snapshots.BACKGROUND, // 5
Tab.java     [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 362 // GtkLabel is used instead of GtkTextView to get transparent background.
    [all...]
autocomplete_edit_view_win.cc 294 // background when unfreezing, thus requiring us to synchronously redraw
431 ToolbarModel::NONE, LocationBarView::BACKGROUND))),
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 1243 milliseconds

1 2