HomeSort by relevance Sort by last modified time
    Searched refs:LayerAnimator (Results 1 - 25 of 32) 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 14 scoped_refptr<LayerAnimator> animator)
23 LayerAnimator::RunningAnimation* running_animation =
  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.h 29 explicit ScopedLayerAnimationSettings(LayerAnimator* animator);
46 void SetPreemptionStrategy(LayerAnimator::PreemptionStrategy strategy);
47 LayerAnimator::PreemptionStrategy GetPreemptionStrategy() const;
58 LayerAnimator* animator_;
62 LayerAnimator::PreemptionStrategy old_preemption_strategy_;
layer_animator.cc 34 class LayerAnimator;
53 // LayerAnimator public --------------------------------------------------------
55 LayerAnimator::LayerAnimator(base::TimeDelta transition_duration)
66 LayerAnimator::~LayerAnimator() {
76 LayerAnimator* LayerAnimator::CreateDefaultAnimator() {
77 return new LayerAnimator(base::TimeDelta::FromMilliseconds(0));
81 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
45 public base::RefCounted<LayerAnimator> {
55 explicit LayerAnimator(base::TimeDelta transition_duration);
58 static LayerAnimator* CreateDefaultAnimator();
61 static LayerAnimator* CreateImplicitAnimator();
193 virtual ~LayerAnimator();
208 friend class base::RefCounted<LayerAnimator>;
    [all...]
layer_animator_unittest.cc 99 DeletingLayerAnimationObserver(LayerAnimator* animator)
118 LayerAnimator* animator_;
123 class TestLayerAnimator : public LayerAnimator {
125 TestLayerAnimator() : LayerAnimator(base::TimeDelta::FromSeconds(0)) {}
133 LayerAnimator::ProgressAnimation(sequence, now);
166 scoped_refptr<LayerAnimator> animator(
167 LayerAnimator::CreateImplicitAnimator());
182 scoped_refptr<LayerAnimator> animator(LayerAnimator::CreateDefaultAnimator());
194 scoped_refptr<LayerAnimator> animator
    [all...]
scoped_layer_animation_settings.cc 82 LayerAnimator* animator)
140 LayerAnimator::PreemptionStrategy strategy) {
144 LayerAnimator::PreemptionStrategy
layer.h 49 class LayerAnimator;
120 void SetAnimator(LayerAnimator* animator);
124 LayerAnimator* GetAnimator();
470 scoped_refptr<LayerAnimator> animator_;
layer.cc 185 void Layer::SetAnimator(LayerAnimator* animator) {
191 LayerAnimator* Layer::GetAnimator() {
193 SetAnimator(LayerAnimator::CreateDefaultAnimator());
  /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_chromeos.cc 71 settings.SetPreemptionStrategy(ui::LayerAnimator::REPLACE_QUEUED_ANIMATIONS);
workspace_controller.cc 127 settings.SetPreemptionStrategy(ui::LayerAnimator::ENQUEUE_NEW_ANIMATION);
window_animations_unittest.cc 43 explicit MinimizeAnimationObserver(ui::LayerAnimator* animator)
64 ui::LayerAnimator* animator_;
app_list_controller.cc 412 ui::LayerAnimator* widget_animator = GetLayer(widget)->GetAnimator();
toplevel_window_event_handler.cc 317 ui::LayerAnimator::REPLACE_QUEUED_ANIMATIONS);
  /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 168 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
192 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
210 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
  /external/chromium_org/ash/wm/overview/
window_overview.cc 160 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
212 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
226 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
335 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
scoped_transform_overview_window.cc 30 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.cc 153 ui::LayerAnimator* container_animator = container->layer()->GetAnimator();
164 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
  /external/chromium_org/ash/wm/gestures/
two_finger_drag_handler.cc 164 ui::LayerAnimator::REPLACE_QUEUED_ANIMATIONS);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 554 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
719 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
874 ui::LayerAnimator::REPLACE_QUEUED_ANIMATIONS);
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 429 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc     [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 667 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
672 ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
    [all...]

Completed in 309 milliseconds

1 2