HomeSort by relevance Sort by last modified time
    Searched refs:animator_ (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.cc 20 : animator_(animator),
29 animator_->transition_duration_ = old_transition_duration_;
30 animator_->set_tween_type(old_tween_type_);
31 animator_->set_preemption_strategy(old_preemption_strategy_);
35 animator_->observers_.RemoveObserver(*i);
43 animator_->AddObserver(observer);
48 animator_->transition_duration_ = duration;
52 return animator_->transition_duration_;
56 animator_->set_tween_type(tween_type);
60 return animator_->tween_type()
    [all...]
scoped_layer_animation_settings.h 42 LayerAnimator* animator_; member in class:ui::ScopedLayerAnimationSettings
layer.cc 98 if (animator_.get())
99 animator_->SetDelegate(NULL);
100 animator_ = NULL;
188 animator_ = animator;
192 if (!animator_.get())
194 return animator_.get();
202 if (animator_.get() && animator_->IsAnimatingProperty(
204 return animator_->GetTargetTransform();
214 if (animator_.get() && animator_->IsAnimatingProperty
    [all...]
layer.h 459 scoped_refptr<LayerAnimator> animator_; member in class:ui::Layer
layer_animator_unittest.cc 96 : animator_(animator) {
101 animator_->StopAnimating();
106 animator_->StopAnimating();
114 LayerAnimator* animator_; member in class:ui::__anon16678::DeletingLayerAnimationObserver
2141 scoped_refptr<LayerAnimator> animator_; member in class:ui::AnimatorOwner
    [all...]
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.h 19 LayerAnimator* animator() { return animator_.get(); }
29 scoped_refptr<LayerAnimator> animator_; member in class:ui::LayerAnimatorTestController
layer_animator_test_controller.cc 13 : animator_(animator) {
22 animator_->GetRunningAnimation(property);
50 animator_->OnThreadedAnimationStarted(cc::AnimationEvent(
  /external/chromium_org/ash/wm/
session_state_controller_impl.cc 57 animator_->StartAnimation(
71 animator_->StartAnimation(
86 animator_->StartAnimation(
99 animator_->StartAnimation(
104 animator_->StartAnimation(
114 animator_->StartAnimation(
121 animator_->StartAnimation(
134 animator_->StartAnimation(
145 animator_->StartAnimation(
169 animator_->StartAnimation
    [all...]
lock_state_controller_impl2.cc 176 animator_->StartAnimation(
268 animator_->StartGlobalAnimation(
321 animator_->StartGlobalAnimation(
328 animator_->StartGlobalAnimation(
338 animator_->
359 duration += animator_->GetDuration(
448 animator_->StartAnimationWithObserver(
453 animator_->StartAnimationWithObserver(
459 animator_->StartAnimation(
486 animator_->StartAnimationWithObserver
    [all...]
lock_state_controller.cc 25 : animator_(new internal::SessionStateAnimator()) {
session_state_animator.h 109 : animator_(animator) {}
121 SessionStateAnimator* animator_; // not owned member in class:ash::internal::SessionStateAnimator::TestApi
lock_state_controller.h 134 scoped_ptr<internal::SessionStateAnimator> animator_; member in class:ash::LockStateController
lock_state_controller_impl2_unittest.cc 135 animator_.get()));
    [all...]
power_button_controller_unittest.cc 77 lock_state_controller_->animator_.get()));
session_state_animator.cc 393 animator_->GetContainers(container_mask, &containers);
  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 94 BoundsAnimatorTest() : child_(new TestView()), animator_(&parent_) {
100 TestBoundsAnimator* animator() { return &animator_; }
106 TestBoundsAnimator animator_; member in class:views::BoundsAnimatorTest
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 229 scoped_ptr<views::BoundsAnimator> animator_; member in class:message_center::MessageListView
264 if (animator_.get())
265 animator_->RemoveObserver(this);
269 if (animator_.get())
304 if (animator_.get())
305 animator_->StopAnimatingView(child);
315 if (animator_.get())
316 animator_->StopAnimatingView(child);
386 if (reposition_top_ >= 0 && animator_.get()) {
389 animator_->Cancel()
    [all...]
  /external/chromium_org/ash/display/
output_configurator_animation.cc 62 : animator_(animator),
69 animator_->RemoveObserver(this);
74 animator_->RemoveObserver(this);
85 ui::LayerAnimator* animator_; member in class:ash::internal::__anon5897::CallbackRunningObserver::Observer

Completed in 316 milliseconds