HomeSort by relevance Sort by last modified time
    Searched refs:background (Results 226 - 250 of 330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.mm 137 - (NSString *)background
139 return [self getPropertyValue:@"background"];
142 - (void)setBackground:(NSString *)background
144 [self setProperty:@"background" value:background priority:@""];
149 return [self getPropertyValue:@"background-attachment"];
154 [self setProperty:@"background-attachment" value:backgroundAttachment priority:@""];
159 return [self getPropertyValue:@"background-color"];
164 [self setProperty:@"background-color" value:backgroundColor priority:@""];
169 return [self getPropertyValue:@"background-image"]
    [all...]
  /frameworks/base/core/java/android/view/
View.java 432 * If you set a background drawable for a View, then the View will draw it for you
755 * this flag set and a background. Use with DRAW_MASK when calling setFlags.
3300 Drawable background = null; local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 121 // foreground typeface color instead of taking the background into account.
147 // |kURLTextColor|, the current text color, and the background color (the
148 // select highlight). It is more important to contrast with the background
150 GdkColor SelectedURLColor(GdkColor foreground, GdkColor background) {
155 color_utils::SkColorToHSL(gfx::GdkColorToSkColor(background), &bg_hsl);
160 // The saturation of the text should be opposite of the background, clamped
433 // Set the background color, so we don't need to paint it manually.
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 71 background-color: #f0f0f0;
77 background-color: #fcfcfc;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 169 public void setFuelDrawable(DrawableBitmap fuel, DrawableBitmap background) {
171 mFuelBackgroundDrawable = background;
  /external/webkit/Source/WebCore/css/
mediaControlsQuickTime.css 34 -webkit-appearance: media-controls-background;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 246 // Set the background attribute for the field
247 inline void set_background(chtype background) {
248 OnError(::set_field_back(field,background));
251 // Retrieve the fields background attribute
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 246 // Set the background attribute for the field
247 inline void set_background(chtype background) {
248 OnError(::set_field_back(field,background));
251 // Retrieve the fields background attribute
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 246 // Set the background attribute for the field
247 inline void set_background(chtype background) {
248 OnError(::set_field_back(field,background));
251 // Retrieve the fields background attribute
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.h 160 virtual void SetBackground(const SkBitmap& background);
260 // Draw our background over the given HDC in the given |rect|. The background
render_widget_host_view_gtk.cc     [all...]
render_widget_host_view_views.cc 382 void RenderWidgetHostViewViews::SetBackground(const SkBitmap& background) {
383 RenderWidgetHostView::SetBackground(background);
385 host_->Send(new ViewMsg_SetBackground(host_->routing_id(), background));
render_widget_host_view_win.cc 739 void RenderWidgetHostViewWin::SetBackground(const SkBitmap& background) {
740 RenderWidgetHostView::SetBackground(background);
742 background));
910 // Fill the remaining portion of the damaged_rect with the background
    [all...]
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc 155 static_cast<InfoBarBackground*>(background())->set_separator_color(
  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 153 const FillLayer& background, const Color& backgroundColor) const
158 // Normally CSS can be used to set properties of form controls (such as adding a background bitmap).
  /packages/apps/Email/src/com/android/email/
Controller.java 398 * a simple message list. We should also at this point queue up a background task of
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 50 // Used as the color of the background of the entry box and the background of
62 // The height of the findbar dialog, as dictated by the size of the background
224 // background. We put that event box in a fixed in order to control its
291 // count label, and is where we draw the entry background onto in GTK mode.
486 // background. We set the fake alignment to be the frame thickness.
529 // on the background (but we can't take it out of the heiarchy entirely
816 // Draw the text entry background around where we input stuff. Note the
909 CairoCachedSurface* background = bar->theme_service_->GetSurfaceNamed( local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c     [all...]
png.h 792 png_color_16 background; member in struct:png_info_struct
1210 png_color_16 background; \/* background color in screen gamma space *\/ member in struct:png_struct_def
    [all...]
pngset.c 23 png_set_bKGD(png_structp png_ptr, png_infop info_ptr, png_color_16p background)
29 png_memcpy(&(info_ptr->background), background, png_sizeof(png_color_16));
    [all...]
  /external/libpng/
pngset.c 26 png_set_bKGD(png_structp png_ptr, png_infop info_ptr, png_color_16p background)
33 png_memcpy(&(info_ptr->background), background, png_sizeof(png_color_16));
    [all...]
pngtest.c 997 png_color_16p background; local
999 if (png_get_bKGD(read_ptr, read_info_ptr, &background))
1001 png_set_bKGD(write_ptr, write_info_ptr, background);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 305 // View should be large enough to contain the background + handle and
725 final Drawable background = getBackground(); local
726 if (mAlwaysTrackFinger && background != null) {
730 mBackgroundAnimator = Tweener.to(background, duration,
    [all...]
MultiWaveView.java 303 // View should be large enough to contain the background + handle and
737 Drawable background = getBackground(); local
738 if (mAlwaysTrackFinger && background != null) {
742 mBackgroundAnimator = Tweener.to(background, duration,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 364 // Not layoutlib 5 -- we require custom background support to do
433 RGB background = mPreviewIconFactory.getBackgroundColor(); local
434 if (background != null) {
435 mBackground = new Color(getDisplay(), background);
    [all...]

Completed in 1676 milliseconds

1 2 3 4 5 6 7 8 91011>>