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

1 2

  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.h 15 LayerAnimatorTestController(scoped_refptr<LayerAnimator> animator);
19 LayerAnimator* animator() { return animator_.get(); }
29 scoped_refptr<LayerAnimator> animator_;
layer_animator_test_controller.cc 12 scoped_refptr<LayerAnimator> animator)
21 LayerAnimator::RunningAnimation* running_animation =
  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.h 27 explicit ScopedLayerAnimationSettings(LayerAnimator* animator);
38 void SetPreemptionStrategy(LayerAnimator::PreemptionStrategy strategy);
39 LayerAnimator::PreemptionStrategy GetPreemptionStrategy() const;
42 LayerAnimator* animator_;
45 LayerAnimator::PreemptionStrategy old_preemption_strategy_;
layer_animator.cc 32 class LayerAnimator;
51 // LayerAnimator public --------------------------------------------------------
53 LayerAnimator::LayerAnimator(base::TimeDelta transition_duration)
63 LayerAnimator::~LayerAnimator() {
73 LayerAnimator* LayerAnimator::CreateDefaultAnimator() {
74 return new LayerAnimator(base::TimeDelta::FromMilliseconds(0));
78 LayerAnimator* LayerAnimator::CreateImplicitAnimator()
    [all...]
layer_animator.h 35 // LayerAnimator. This enables LayerAnimator to animate property changes.
39 // class that should ever hold a ref ptr to a LayerAnimator), the animator can
43 class COMPOSITOR_EXPORT LayerAnimator
44 : public AnimationContainerElement, public base::RefCounted<LayerAnimator> {
54 explicit LayerAnimator(base::TimeDelta transition_duration);
57 static LayerAnimator* CreateDefaultAnimator();
60 static LayerAnimator* CreateImplicitAnimator();
188 virtual ~LayerAnimator();
203 friend class base::RefCounted<LayerAnimator>;
    [all...]
scoped_layer_animation_settings.cc 19 LayerAnimator* animator)
64 LayerAnimator::PreemptionStrategy strategy) {
68 LayerAnimator::PreemptionStrategy
layer_animator_unittest.cc 95 DeletingLayerAnimationObserver(LayerAnimator* animator)
114 LayerAnimator* animator_;
120 class TestLayerAnimator : public LayerAnimator {
122 TestLayerAnimator() : LayerAnimator(base::TimeDelta::FromSeconds(0)) {}
130 LayerAnimator::ProgressAnimation(sequence, now);
163 scoped_refptr<LayerAnimator> animator(
164 LayerAnimator::CreateImplicitAnimator());
179 scoped_refptr<LayerAnimator> animator(LayerAnimator::CreateDefaultAnimator());
191 scoped_refptr<LayerAnimator> animator
    [all...]
layer.h 48 class LayerAnimator;
118 void SetAnimator(LayerAnimator* animator);
122 LayerAnimator* GetAnimator();
459 scoped_refptr<LayerAnimator> animator_;
layer.cc 185 void Layer::SetAnimator(LayerAnimator* animator) {
191 LayerAnimator* Layer::GetAnimator() {
193 SetAnimator(LayerAnimator::CreateDefaultAnimator());
layer_unittest.cc     [all...]
  /external/chromium_org/ash/wm/
session_state_animator.cc 59 ui::LayerAnimator* animator = window->layer()->GetAnimator();
61 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
76 ui::LayerAnimator* animator = window->layer()->GetAnimator();
78 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
93 ui::LayerAnimator* animator = window->layer()->GetAnimator();
95 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
112 ui::LayerAnimator* animator = window->layer()->GetAnimator();
114 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
128 ui::LayerAnimator* animator = window->layer()->GetAnimator();
130 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET)
    [all...]
boot_splash_screen.cc 70 settings.SetPreemptionStrategy(ui::LayerAnimator::REPLACE_QUEUED_ANIMATIONS);
workspace_controller.cc 112 settings.SetPreemptionStrategy(ui::LayerAnimator::ENQUEUE_NEW_ANIMATION);
app_list_controller.cc 404 ui::LayerAnimator* widget_animator = GetLayer(widget)->GetAnimator();
toplevel_window_event_handler.cc 311 ui::LayerAnimator::REPLACE_QUEUED_ANIMATIONS);
window_selector.cc 153 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
  /external/chromium_org/ash/display/
output_configurator_animation.cc 36 void AddNewAnimator(ui::LayerAnimator* animator) {
60 Observer(ui::LayerAnimator* animator,
85 ui::LayerAnimator* animator_;
163 ui::LayerAnimator* animator = it->second->GetAnimator();
  /external/chromium_org/content/browser/web_contents/aura/
window_slider.cc 165 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
189 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
207 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.cc 125 settings.SetPreemptionStrategy(ui::LayerAnimator::ENQUEUE_NEW_ANIMATION);
  /external/chromium_org/ash/wm/gestures/
two_finger_drag_handler.cc 149 ui::LayerAnimator::REPLACE_QUEUED_ANIMATIONS);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 911 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
919 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET)
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 532 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
698 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
852 ui::LayerAnimator::REPLACE_QUEUED_ANIMATIONS);
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 607 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
617 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
    [all...]
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 267 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
  /external/chromium_org/ui/views/corewm/
window_animations.cc 347 ui::LayerAnimator::REPLACE_QUEUED_ANIMATIONS);

Completed in 335 milliseconds

1 2