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.cc98 if (animator_.get()) in ~Layer()
99 animator_->SetDelegate(NULL); in ~Layer()
100 animator_ = NULL; in ~Layer()
188 animator_ = animator; in SetAnimator()
192 if (!animator_.get()) in GetAnimator()
194 return animator_.get(); in GetAnimator()
202 if (animator_.get() && animator_->IsAnimatingProperty( in GetTargetTransform()
204 return animator_->GetTargetTransform(); in GetTargetTransform()
214 if (animator_.get() && animator_->IsAnimatingProperty( in GetTargetBounds()
216 return animator_->GetTargetBounds(); in GetTargetBounds()
[all …]
Dscoped_layer_animation_settings.h58 LayerAnimator* animator_;
Dlayer_animator_unittest.cc100 : animator_(animator) { in DeletingLayerAnimationObserver()
105 animator_->StopAnimating(); in OnLayerAnimationEnded()
110 animator_->StopAnimating(); in OnLayerAnimationAborted()
118 LayerAnimator* animator_; member in ui::__anon72089eca0111::DeletingLayerAnimationObserver
1912 : animator_(animator), in TEST()
1919 animator_->StopAnimating(); in TEST()
1922 LayerAnimator* animator_; in TEST() member in ui::TEST::TestLayerAnimationDeletingDelegate
2200 : animator_(LayerAnimator::CreateDefaultAnimator()) { in AnimatorOwner()
2203 LayerAnimator* animator() { return animator_.get(); } in animator()
2206 scoped_refptr<LayerAnimator> animator_; member in ui::AnimatorOwner
Dlayer.h470 scoped_refptr<LayerAnimator> animator_; variable
/external/chromium_org/ash/wm/
Dlock_state_controller.cc164 : animator_(new internal::SessionStateAnimator()), in LockStateController()
253 animator_->StartGlobalAnimation( in CancelShutdownAnimation()
276 animator_->StartGlobalAnimation( in RequestShutdown()
313 animator_->StartAnimation( in OnAppTerminating()
358 animator_-> in StartPreShutdownAnimationTimer()
377 duration += animator_->GetDuration( in StartRealShutdownTimer()
416 animator_->StartGlobalAnimation( in StartCancellableShutdownAnimation()
436 animator_->StartAnimationWithObserver( in StartImmediatePreLockAnimation()
441 animator_->StartAnimationWithObserver( in StartImmediatePreLockAnimation()
447 animator_->StartAnimation( in StartImmediatePreLockAnimation()
[all …]
Dwindow_animations_unittest.cc44 : animator_(animator) { in MinimizeAnimationObserver()
45 animator_->AddObserver(this); in MinimizeAnimationObserver()
55 duration_ = animator_->GetTransitionDuration(); in OnLayerAnimationScheduled()
56 animator_->RemoveObserver(this); in OnLayerAnimationScheduled()
64 ui::LayerAnimator* animator_; member in ash::internal::MinimizeAnimationObserver
Dsession_state_animator.h108 : animator_(animator) {} in TestApi()
120 SessionStateAnimator* animator_; // not owned
Dlock_state_controller.h276 scoped_ptr<internal::SessionStateAnimator> animator_; variable
Dsession_state_animator.cc393 animator_->GetContainers(container_mask, &containers); in ContainersAreAnimated()
Dlock_state_controller_unittest.cc123 animator_.get())); in SetUp()
/external/chromium_org/ui/compositor/test/
Dlayer_animator_test_controller.cc15 : animator_(animator) { in LayerAnimatorTestController()
24 animator_->GetRunningAnimation(property); in GetRunningSequence()
52 animator_->OnThreadedAnimationStarted(cc::AnimationEvent( in StartThreadedAnimationsIfNeeded()
Dlayer_animator_test_controller.h19 LayerAnimator* animator() { return animator_.get(); } in animator()
29 scoped_refptr<LayerAnimator> animator_;
/external/chromium_org/ui/message_center/views/
Dmessage_center_view.cc235 scoped_ptr<views::BoundsAnimator> animator_; member in message_center::MessageListView
270 if (animator_.get()) in ~MessageListView()
271 animator_->RemoveObserver(this); in ~MessageListView()
275 if (animator_.get()) in Layout()
310 if (animator_.get()) in RemoveNotificationAt()
311 animator_->StopAnimatingView(child); in RemoveNotificationAt()
321 if (animator_.get()) in UpdateNotificationAt()
322 animator_->StopAnimatingView(child); in UpdateNotificationAt()
392 if (reposition_top_ >= 0 && animator_.get()) { in ResetRepositionSession()
395 animator_->Cancel(); in ResetRepositionSession()
[all …]
/external/chromium_org/ash/display/
Doutput_configurator_animation.cc62 : animator_(animator), in Observer()
69 animator_->RemoveObserver(this); in OnLayerAnimationEnded()
74 animator_->RemoveObserver(this); in OnLayerAnimationAborted()
85 ui::LayerAnimator* animator_; member in ash::internal::__anonf207d7bb0111::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/chrome/browser/ui/cocoa/location_bar/
Dcontent_setting_decoration.mm371 // Even after the animation completes, the |animator_| object should be kept
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dcontent_setting_decoration.mm381 // Even after the animation completes, the |animator_| object should be kept