Searched refs:ScopedLayerAnimationSettings (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/ui/compositor/
H A Dscoped_layer_animation_settings.h27 class COMPOSITOR_EXPORT ScopedLayerAnimationSettings { class in namespace:ui
29 explicit ScopedLayerAnimationSettings(scoped_refptr<LayerAnimator> animator);
30 virtual ~ScopedLayerAnimationSettings();
39 // ScopedLayerAnimationSettings object that has locked the duration goes out
66 DISALLOW_COPY_AND_ASSIGN(ScopedLayerAnimationSettings);
H A Dscoped_layer_animation_settings.cc42 << "Must set base layer with ScopedLayerAnimationSettings::"
80 // ScopedLayerAnimationSettings ------------------------------------------------
81 ScopedLayerAnimationSettings::ScopedLayerAnimationSettings( function in class:ui::ScopedLayerAnimationSettings
94 ScopedLayerAnimationSettings::~ScopedLayerAnimationSettings() {
112 void ScopedLayerAnimationSettings::AddObserver(
118 void ScopedLayerAnimationSettings::SetTransitionDuration(
123 void ScopedLayerAnimationSettings::LockTransitionDuration() {
127 base::TimeDelta ScopedLayerAnimationSettings
[all...]
H A Dlayer_owner_unittest.cc22 ScopedLayerAnimationSettings settings(layer->GetAnimator());
H A Dlayer_animation_observer.h19 class ScopedLayerAnimationSettings;
79 // ScopedLayerAnimationSettings object in order to receive a notification when
116 friend class ScopedLayerAnimationSettings;
/external/chromium_org/ash/first_run/
H A Ddesktop_cleaner.cc39 ui::ScopedLayerAnimationSettings animation_settings(layer->GetAnimator());
54 ui::ScopedLayerAnimationSettings animation_settings(layer->GetAnimator());
/external/chromium_org/ui/views/controls/
H A Dslide_out_view.cc71 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());
81 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());
/external/chromium_org/ui/wm/core/
H A Dwindow_animations.h84 // A wrapper of ui::ScopedLayerAnimationSettings for implicit hiding animations.
87 // ui::ScopedLayerAnimationSettings directly.
94 ui::ScopedLayerAnimationSettings* layer_animation_settings() {
99 ui::ScopedLayerAnimationSettings layer_animation_settings_;
H A Dvisibility_controller_unittest.cc36 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator());
/external/chromium_org/ash/wm/
H A Dwindow_animations_unittest.cc185 ui::ScopedLayerAnimationSettings settings1(layer->GetAnimator());
188 ui::ScopedLayerAnimationSettings settings2(layer->GetAnimator());
205 ui::ScopedLayerAnimationSettings settings1(layer->GetAnimator());
210 ui::ScopedLayerAnimationSettings settings2(layer->GetAnimator());
235 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
H A Ddrag_window_controller.cc59 ui::ScopedLayerAnimationSettings scoped_setter(layer->GetAnimator());
93 ui::ScopedLayerAnimationSettings scoped_setter(widget_layer->GetAnimator());
H A Dboot_splash_screen_chromeos.cc76 ui::ScopedLayerAnimationSettings settings(layer_->GetAnimator());
H A Dscreen_dimmer.cc52 ui::ScopedLayerAnimationSettings scoped_settings(
H A Dresize_shadow.cc31 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
H A Dwindow_animations.cc159 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator());
204 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator());
341 ui::ScopedLayerAnimationSettings settings(old_layer->GetAnimator());
384 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator());
H A Dworkspace_controller.cc118 ui::ScopedLayerAnimationSettings settings(
/external/chromium_org/ash/system/
H A Dstatus_area_widget_delegate.cc30 : public ui::ScopedLayerAnimationSettings {
33 : ui::ScopedLayerAnimationSettings(layer->GetAnimator()) {
/external/chromium_org/athena/home/
H A Dathena_start_page_view.cc252 ui::ScopedLayerAnimationSettings system_info(
254 ui::ScopedLayerAnimationSettings logo(logo_->layer()->GetAnimator());
255 ui::ScopedLayerAnimationSettings search_box(
257 ui::ScopedLayerAnimationSettings icons(
259 ui::ScopedLayerAnimationSettings controls(
338 ui::ScopedLayerAnimationSettings logo_settings(
346 ui::ScopedLayerAnimationSettings search_box_settings(
350 ui::ScopedLayerAnimationSettings search_results_settings(
/external/chromium_org/ash/wm/maximize_mode/
H A Dworkspace_backdrop_delegate.cc143 ui::ScopedLayerAnimationSettings settings(
155 ui::ScopedLayerAnimationSettings settings(
/external/chromium_org/ash/wm/workspace/
H A Dphantom_window_controller.cc62 ui::ScopedLayerAnimationSettings scoped_setter(
141 ui::ScopedLayerAnimationSettings scoped_setter(widget_layer->GetAnimator());
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_widget_controller.cc109 ui::ScopedLayerAnimationSettings settings(
/external/chromium_org/ash/system/tray/
H A Dthrobber_view.cc100 ui::ScopedLayerAnimationSettings animation(layer()->GetAnimator());
H A Dsystem_tray_bubble.cc168 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
193 ui::ScopedLayerAnimationSettings settings(shadow->GetAnimator());
238 ui::ScopedLayerAnimationSettings settings(new_layer->GetAnimator());
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_item.cc199 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
208 ui::ScopedLayerAnimationSettings settings(
259 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
271 ui::ScopedLayerAnimationSettings settings(
/external/chromium_org/ui/app_list/views/
H A Dfolder_background_view.cc53 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());
H A Dtop_icon_animation_view.cc66 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());

Completed in 492 milliseconds

123