/external/chromium_org/ui/compositor/ |
D | scoped_layer_animation_settings.cc | 83 : 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 …]
|
D | layer.cc | 111 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 …]
|
D | scoped_layer_animation_settings.h | 58 scoped_refptr<LayerAnimator> animator_;
|
D | layer_animator_unittest.cc | 101 : 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
|
D | layer.h | 483 scoped_refptr<LayerAnimator> animator_; variable
|
/external/chromium_org/ash/wm/ |
D | lock_state_controller.cc | 60 : 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 …]
|
D | window_animations_unittest.cc | 41 : 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
|
D | session_state_animator_impl.h | 27 : animator_(animator) {} in TestApi() 40 SessionStateAnimatorImpl* animator_; // not owned
|
D | lock_state_controller.h | 211 animator_.reset(animator); in set_animator_for_test() 281 scoped_ptr<SessionStateAnimator> animator_; variable
|
D | session_state_animator_impl.cc | 415 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/ |
D | message_center_view.cc | 168 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/ |
D | layer_animator_test_controller.cc | 15 : animator_(animator) { in LayerAnimatorTestController() 24 animator_->GetRunningAnimation(property); in GetRunningSequence() 51 animator_->OnThreadedAnimationStarted( in StartThreadedAnimationsIfNeeded()
|
D | layer_animator_test_controller.h | 19 LayerAnimator* animator() { return animator_.get(); } in animator() 29 scoped_refptr<LayerAnimator> animator_;
|
/external/chromium_org/ash/display/ |
D | display_configurator_animation.cc | 61 : 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/ |
D | bounds_animator_unittest.cc | 94 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/ |
D | keyboard_controller.cc | 179 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/ |
D | test_session_state_animator.cc | 41 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/ |
D | content_setting_decoration.mm | 363 // Even after the animation completes, the |animator_| object should be kept
|