Searched refs:animation_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc193 int animation_type = wallpaper_delegate->GetAnimationType(); local
195 desktop_widget->GetNativeView(), animation_type);
/external/chromium_org/ash/wm/
H A Dwindow_animations.cc465 gfx::Tween::Type animation_type = gfx::Tween::EASE_OUT; local
474 brightness_element->set_tween_type(animation_type);
480 grayscale_element->set_tween_type(animation_type);
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc761 int animation_type = views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_DEFAULT; local
763 animation_type = views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_DROP;
767 animation_type = WINDOW_VISIBILITY_ANIMATION_TYPE_MINIMIZE;
769 views::corewm::SetWindowVisibilityAnimationType(window, animation_type);

Completed in 221 milliseconds