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

1 2

  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.cc 18 ScopedLayerAnimationSettings::ScopedLayerAnimationSettings(
28 ScopedLayerAnimationSettings::~ScopedLayerAnimationSettings() {
40 void ScopedLayerAnimationSettings::AddObserver(
46 void ScopedLayerAnimationSettings::SetTransitionDuration(
51 base::TimeDelta ScopedLayerAnimationSettings::GetTransitionDuration() const {
55 void ScopedLayerAnimationSettings::SetTweenType(Tween::Type tween_type) {
59 Tween::Type ScopedLayerAnimationSettings::GetTweenType() const {
63 void ScopedLayerAnimationSettings::SetPreemptionStrategy
    [all...]
scoped_layer_animation_settings.h 25 class COMPOSITOR_EXPORT ScopedLayerAnimationSettings {
27 explicit ScopedLayerAnimationSettings(LayerAnimator* animator);
28 virtual ~ScopedLayerAnimationSettings();
48 DISALLOW_COPY_AND_ASSIGN(ScopedLayerAnimationSettings);
layer_animation_observer.h 19 class ScopedLayerAnimationSettings;
79 // ScopedLayerAnimationSettings object in order to receive a notification when
116 friend class ScopedLayerAnimationSettings;
layer_animator.h 32 class ScopedLayerAnimationSettings;
204 friend class ScopedLayerAnimationSettings;
  /external/chromium_org/ui/views/controls/
slide_out_view.cc 78 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());
93 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());
  /external/chromium_org/ash/wm/
drag_window_controller.cc 62 ui::ScopedLayerAnimationSettings scoped_setter(layer->GetAnimator());
97 ui::ScopedLayerAnimationSettings scoped_setter(widget_layer->GetAnimator());
boot_splash_screen.cc 68 ui::ScopedLayerAnimationSettings settings(layer_->GetAnimator());
screen_dimmer.cc 54 ui::ScopedLayerAnimationSettings scoped_settings(
resize_shadow.cc 31 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
workspace_controller.cc 109 ui::ScopedLayerAnimationSettings settings(
system_modal_container_layout_manager.cc 166 ui::ScopedLayerAnimationSettings settings(
177 ui::ScopedLayerAnimationSettings settings(
window_animations.cc 154 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator());
188 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator());
332 ui::ScopedLayerAnimationSettings settings(old_layer->GetAnimator());
375 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator());
session_state_animator.cc 160 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
199 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
231 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
  /external/chromium_org/ash/wm/workspace/
desktop_background_fade_controller.cc 47 ui::ScopedLayerAnimationSettings scoped_setter(
auto_window_management.cc 115 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator());
phantom_window_controller.cc 169 ui::ScopedLayerAnimationSettings scoped_setter(widget_layer->GetAnimator());
  /external/chromium_org/ash/system/tray/
throbber_view.cc 102 ui::ScopedLayerAnimationSettings animation(layer()->GetAnimator());
system_tray_bubble.cc 170 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
195 ui::ScopedLayerAnimationSettings settings(shadow->GetAnimator());
240 ui::ScopedLayerAnimationSettings settings(new_layer->GetAnimator());
  /external/chromium_org/content/browser/web_contents/aura/
window_slider.cc 163 ui::ScopedLayerAnimationSettings settings(sliding->GetAnimator());
187 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
205 ui::ScopedLayerAnimationSettings settings(owner_->layer()->GetAnimator());
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.cc 123 ui::ScopedLayerAnimationSettings settings(
  /external/chromium_org/ash/wm/gestures/
system_pinch_handler.cc 89 ui::ScopedLayerAnimationSettings settings(
two_finger_drag_handler.cc 146 ui::ScopedLayerAnimationSettings scoped_setter(
  /external/chromium_org/ash/display/
output_configurator_animation.cc 132 ui::ScopedLayerAnimationSettings settings(hiding_layer->GetAnimator());
197 ui::ScopedLayerAnimationSettings settings(hiding_layer->GetAnimator());
  /external/chromium_org/ash/launcher/
app_list_button.cc 84 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());
  /external/chromium_org/ui/views/corewm/
shadow.cc 108 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());

Completed in 626 milliseconds

1 2