Searched refs:opaque_background_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc327 ui::Layer* opaque_background() { return &opaque_background_; }
388 ui::Layer opaque_background_; member in class:ash::ShelfWidget::DelegateView
407 opaque_background_(ui::LAYER_SOLID_COLOR),
412 opaque_background_.SetColor(SK_ColorBLACK);
413 opaque_background_.SetBounds(GetLocalBounds());
414 opaque_background_.SetOpacity(0.0f);
462 layer->Add(&opaque_background_);
569 parent_layer->StackAtBottom(&opaque_background_);
574 opaque_background_.SetBounds(GetLocalBounds());
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc65 opaque_background_(ui::LAYER_SOLID_COLOR),
74 opaque_background_.SetBounds(gfx::Rect(bounds.size()));
148 opaque_background_.SetColor(SK_ColorBLACK);
149 opaque_background_.SetBounds(gfx::Rect(GetWindowBoundsInScreen().size()));
150 opaque_background_.SetOpacity(0.0f);
151 GetNativeWindow()->layer()->Add(&opaque_background_);
176 opaque_background_.GetAnimator()));
180 opaque_background_.SetOpacity(target_opacity);
200 ui::Layer opaque_background_; member in class:ash::DockedBackgroundWidget

Completed in 264 milliseconds