HomeSort by relevance Sort by last modified time
    Searched refs:ScopedLayerAnimationSettings (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.h 27 class COMPOSITOR_EXPORT ScopedLayerAnimationSettings {
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);
scoped_layer_animation_settings.cc 42 << "Must set base layer with ScopedLayerAnimationSettings::"
80 // ScopedLayerAnimationSettings ------------------------------------------------
81 ScopedLayerAnimationSettings::ScopedLayerAnimationSettings(
94 ScopedLayerAnimationSettings::~ScopedLayerAnimationSettings() {
112 void ScopedLayerAnimationSettings::AddObserver(
118 void ScopedLayerAnimationSettings::SetTransitionDuration(
123 void ScopedLayerAnimationSettings::LockTransitionDuration() {
127 base::TimeDelta ScopedLayerAnimationSettings::GetTransitionDuration() const
    [all...]
layer_owner_unittest.cc 22 ScopedLayerAnimationSettings settings(layer->GetAnimator());
layer_animation_observer.h 19 class ScopedLayerAnimationSettings;
79 // ScopedLayerAnimationSettings object in order to receive a notification when
116 friend class ScopedLayerAnimationSettings;
layer_animator.h 33 class ScopedLayerAnimationSettings;
212 friend class ScopedLayerAnimationSettings;
  /external/chromium_org/ui/wm/core/
window_animations.h 84 // 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_;
visibility_controller_unittest.cc 36 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator());
  /external/chromium_org/ash/first_run/
desktop_cleaner.cc 39 ui::ScopedLayerAnimationSettings animation_settings(layer->GetAnimator());
54 ui::ScopedLayerAnimationSettings animation_settings(layer->GetAnimator());
  /external/chromium_org/ui/views/controls/
slide_out_view.cc 71 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());
81 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());
  /external/chromium_org/ash/wm/
window_animations_unittest.cc 185 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());
drag_window_controller.cc 59 ui::ScopedLayerAnimationSettings scoped_setter(layer->GetAnimator());
93 ui::ScopedLayerAnimationSettings scoped_setter(widget_layer->GetAnimator());
boot_splash_screen_chromeos.cc 76 ui::ScopedLayerAnimationSettings settings(layer_->GetAnimator());
screen_dimmer.cc 52 ui::ScopedLayerAnimationSettings scoped_settings(
resize_shadow.cc 31 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
workspace_controller.cc 118 ui::ScopedLayerAnimationSettings settings(
  /external/chromium_org/ash/system/
status_area_widget_delegate.cc 30 : public ui::ScopedLayerAnimationSettings {
33 : ui::ScopedLayerAnimationSettings(layer->GetAnimator()) {
  /external/chromium_org/athena/home/
athena_start_page_view.cc 252 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/
workspace_backdrop_delegate.cc 143 ui::ScopedLayerAnimationSettings settings(
155 ui::ScopedLayerAnimationSettings settings(
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 62 ui::ScopedLayerAnimationSettings scoped_setter(
141 ui::ScopedLayerAnimationSettings scoped_setter(widget_layer->GetAnimator());
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.cc 109 ui::ScopedLayerAnimationSettings settings(
  /external/chromium_org/ash/system/tray/
throbber_view.cc 100 ui::ScopedLayerAnimationSettings animation(layer()->GetAnimator());
system_tray_bubble.cc 168 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
193 ui::ScopedLayerAnimationSettings settings(shadow->GetAnimator());
238 ui::ScopedLayerAnimationSettings settings(new_layer->GetAnimator());
  /external/chromium_org/ash/wm/overview/
window_selector_item.cc 199 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/
folder_background_view.cc 53 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());
top_icon_animation_view.cc 66 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());

Completed in 592 milliseconds

1 2 3