/external/chromium_org/ash/shelf/ |
shelf_widget.h | 114 internal::BackgroundAnimator background_animator_; member in class:ash::ShelfWidget
|
shelf_widget.cc | 127 ash::internal::BackgroundAnimator background_animator_; member in class:__anon5954::DimmerView 142 background_animator_(this, 0, kDimAlpha) { 146 background_animator_.SetPaintsBackground(false, 160 background_animator_.SetDuration(hovered ? kTimeToUnDimMs : kTimeToDimMs); 161 background_animator_.SetPaintsBackground(!hovered, 514 background_animator_(delegate_view_, 0, kLauncherBackgroundAlpha), 570 // retire background_animator_ at all. It would be simpler. 572 background_animator_.SetPaintsBackground( 581 if (background_animator_.paints_background())
|
/external/chromium_org/ash/wm/dock/ |
docked_window_layout_manager.cc | 62 background_animator_(this, 0, kLauncherBackgroundAlpha), 91 // background retire background_animator_ at all. It would be simpler. 93 background_animator_.SetPaintsBackground( 164 internal::BackgroundAnimator background_animator_; member in class:ash::internal::DockedBackgroundWidget [all...] |