Home
last modified time | relevance | path

Searched refs:animator_ (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/ui/compositor/
Dscoped_layer_animation_settings.cc83 : animator_(animator), in ScopedLayerAnimationSettings()
95 animator_->is_transition_duration_locked_ = in ~ScopedLayerAnimationSettings()
97 animator_->SetTransitionDuration(old_transition_duration_); in ~ScopedLayerAnimationSettings()
98 animator_->set_tween_type(old_tween_type_); in ~ScopedLayerAnimationSettings()
99 animator_->set_preemption_strategy(old_preemption_strategy_); in ~ScopedLayerAnimationSettings()
103 animator_->observers_.RemoveObserver(*i); in ~ScopedLayerAnimationSettings()
108 animator_->observers_.RemoveObserver(inverse_observer_.get()); in ~ScopedLayerAnimationSettings()
115 animator_->AddObserver(observer); in AddObserver()
120 animator_->SetTransitionDuration(duration); in SetTransitionDuration()
124 animator_->is_transition_duration_locked_ = true; in LockTransitionDuration()
[all …]
Dlayer.cc111 if (animator_.get()) in ~Layer()
112 animator_->SetDelegate(NULL); in ~Layer()
113 animator_ = NULL; in ~Layer()
177 LayerAnimator* child_animator = child->animator_.get(); in Remove()
223 animator_ = animator; in SetAnimator()
227 if (!animator_.get()) in GetAnimator()
229 return animator_.get(); in GetAnimator()
237 if (animator_.get() && animator_->IsAnimatingProperty( in GetTargetTransform()
239 return animator_->GetTargetTransform(); in GetTargetTransform()
254 if (animator_.get() && animator_->IsAnimatingProperty( in GetTargetBounds()
[all …]
Dscoped_layer_animation_settings.h58 scoped_refptr<LayerAnimator> animator_;
Dlayer_animator_unittest.cc101 : animator_(animator) { in DeletingLayerAnimationObserver()
106 animator_->StopAnimating(); in OnLayerAnimationEnded()
111 animator_->StopAnimating(); in OnLayerAnimationAborted()
119 LayerAnimator* animator_; member in ui::__anonaf2192170111::DeletingLayerAnimationObserver
1947 : animator_(animator), in TEST()
1954 animator_->StopAnimating(); in TEST()
1957 LayerAnimator* animator_; in TEST() member in ui::TEST::TestLayerAnimationDeletingDelegate
2233 : animator_(LayerAnimator::CreateDefaultAnimator()) { in AnimatorOwner()
2236 LayerAnimator* animator() { return animator_.get(); } in animator()
2239 scoped_refptr<LayerAnimator> animator_; member in ui::AnimatorOwner
Dlayer.h483 scoped_refptr<LayerAnimator> animator_; variable
/external/chromium_org/ash/wm/
Dlock_state_controller.cc60 : animator_(new SessionStateAnimatorImpl()), in LockStateController()
152 animator_->StartAnimation( in CancelShutdownAnimation()
177 animator_->StartAnimation( in RequestShutdown()
215 animator_->StartAnimation(SessionStateAnimator::kAllNonRootContainersMask, in OnAppTerminating()
260 animator_->GetDuration(SessionStateAnimator::ANIMATION_SPEED_SHUTDOWN), in StartPreShutdownAnimationTimer()
280 animator_->GetDuration(SessionStateAnimator::ANIMATION_SPEED_SHUTDOWN); in StartRealShutdownTimer()
319 animator_->StartAnimation( in StartCancellableShutdownAnimation()
337 animator_->BeginAnimationSequence(next_animation_starter); in StartImmediatePreLockAnimation()
348 animator_->StartAnimation(SessionStateAnimator::LOCK_SCREEN_CONTAINERS, in StartImmediatePreLockAnimation()
370 animator_->BeginAnimationSequence(next_animation_starter); in StartCancellablePreLockAnimation()
[all …]
Dwindow_animations_unittest.cc41 : animator_(animator) { in MinimizeAnimationObserver()
42 animator_->AddObserver(this); in MinimizeAnimationObserver()
52 duration_ = animator_->GetTransitionDuration(); in OnLayerAnimationScheduled()
53 animator_->RemoveObserver(this); in OnLayerAnimationScheduled()
61 ui::LayerAnimator* animator_; member in ash::MinimizeAnimationObserver
Dsession_state_animator_impl.h27 : animator_(animator) {} in TestApi()
40 SessionStateAnimatorImpl* animator_; // not owned
Dlock_state_controller.h211 animator_.reset(animator); in set_animator_for_test()
281 scoped_ptr<SessionStateAnimator> animator_; variable
Dsession_state_animator_impl.cc415 animator_(animator), in AnimationSequence()
425 animator_->StartAnimationInSequence(container_mask, type, speed, this); in StartAnimation()
455 SessionStateAnimatorImpl* animator_; // not owned member in ash::SessionStateAnimatorImpl::AnimationSequence
469 animator_->GetContainers(container_mask, &containers); in ContainersAreAnimated()
/external/chromium_org/ui/message_center/views/
Dmessage_center_view.cc168 scoped_ptr<views::BoundsAnimator> animator_; member in message_center::MessageListView
203 if (animator_.get()) in ~MessageListView()
204 animator_->RemoveObserver(this); in ~MessageListView()
208 if (animator_.get()) in Layout()
257 if (animator_.get()) in RemoveNotification()
258 animator_->StopAnimatingView(view); in RemoveNotification()
270 if (animator_.get()) in UpdateNotification()
271 animator_->StopAnimatingView(view); in UpdateNotification()
338 if (reposition_top_ >= 0 && animator_.get()) { in ResetRepositionSession()
341 animator_->Cancel(); in ResetRepositionSession()
[all …]
/external/chromium_org/ui/compositor/test/
Dlayer_animator_test_controller.cc15 : animator_(animator) { in LayerAnimatorTestController()
24 animator_->GetRunningAnimation(property); in GetRunningSequence()
51 animator_->OnThreadedAnimationStarted( in StartThreadedAnimationsIfNeeded()
Dlayer_animator_test_controller.h19 LayerAnimator* animator() { return animator_.get(); } in animator()
29 scoped_refptr<LayerAnimator> animator_;
/external/chromium_org/ash/display/
Ddisplay_configurator_animation.cc61 : animator_(animator), in Observer()
68 animator_->RemoveObserver(this); in OnLayerAnimationEnded()
73 animator_->RemoveObserver(this); in OnLayerAnimationAborted()
84 ui::LayerAnimator* animator_; member in ash::__anon148a018d0111::CallbackRunningObserver::Observer
/external/chromium_org/ui/views/animation/
Dbounds_animator_unittest.cc94 BoundsAnimatorTest() : child_(new TestView()), animator_(&parent_) { in BoundsAnimatorTest()
100 TestBoundsAnimator* animator() { return &animator_; } in animator()
106 TestBoundsAnimator animator_; member in views::BoundsAnimatorTest
/external/chromium_org/ui/keyboard/
Dkeyboard_controller.cc179 ui::LayerAnimator* animator_; member in keyboard::CallbackAnimationObserver
187 : animator_(animator), callback_(callback) { in CallbackAnimationObserver()
191 animator_->RemoveObserver(this); in ~CallbackAnimationObserver()
196 if (animator_->is_animating()) in OnLayerAnimationEnded()
198 animator_->RemoveObserver(this); in OnLayerAnimationEnded()
204 animator_->RemoveObserver(this); in OnLayerAnimationAborted()
/external/chromium_org/ash/test/
Dtest_session_state_animator.cc41 animator_(animator) { in AnimationSequence()
67 animator_->StartAnimationInSequence(container_mask, type, speed, this); in StartAnimation()
78 TestSessionStateAnimator* animator_; member in ash::test::TestSessionStateAnimator::AnimationSequence
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dcontent_setting_decoration.mm363 // Even after the animation completes, the |animator_| object should be kept