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

  /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 15 : animator_(animator) {
24 animator_->GetRunningAnimation(property);
51 animator_->OnThreadedAnimationStarted(
  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.cc 83 : animator_(animator),
95 animator_->is_transition_duration_locked_ =
97 animator_->SetTransitionDuration(old_transition_duration_);
98 animator_->set_tween_type(old_tween_type_);
99 animator_->set_preemption_strategy(old_preemption_strategy_);
103 animator_->observers_.RemoveObserver(*i);
108 animator_->observers_.RemoveObserver(inverse_observer_.get());
115 animator_->AddObserver(observer);
120 animator_->SetTransitionDuration(duration);
124 animator_->is_transition_duration_locked_ = true
    [all...]
layer.cc 111 if (animator_.get())
112 animator_->SetDelegate(NULL);
113 animator_ = NULL;
177 LayerAnimator* child_animator = child->animator_.get();
223 animator_ = animator;
227 if (!animator_.get())
229 return animator_.get();
237 if (animator_.get() && animator_->IsAnimatingProperty(
239 return animator_->GetTargetTransform()
    [all...]
scoped_layer_animation_settings.h 37 // Locks transition duration in |animator_|. When transition duration
53 // scheduled on the animator_. Must call SetInverselyAnimatedBaseLayer with
54 // the layer associated with animator_ before animating.
58 scoped_refptr<LayerAnimator> animator_; member in class:ui::ScopedLayerAnimationSettings
layer_animator_unittest.cc 101 : animator_(animator) {
106 animator_->StopAnimating();
111 animator_->StopAnimating();
119 LayerAnimator* animator_; member in class:ui::__anon408::DeletingLayerAnimationObserver
1957 LayerAnimator* animator_; member in class:ui::TestLayerAnimationDeletingDelegate
2239 scoped_refptr<LayerAnimator> animator_; member in class:ui::AnimatorOwner
    [all...]
layer.h 483 scoped_refptr<LayerAnimator> animator_; member in class:ui::Layer
  /external/chromium_org/ash/wm/
lock_state_controller.cc 60 : animator_(new SessionStateAnimatorImpl()),
152 animator_->StartAnimation(
177 animator_->StartAnimation(
215 animator_->StartAnimation(SessionStateAnimator::kAllNonRootContainersMask,
260 animator_->GetDuration(SessionStateAnimator::ANIMATION_SPEED_SHUTDOWN),
280 animator_->GetDuration(SessionStateAnimator::ANIMATION_SPEED_SHUTDOWN);
319 animator_->StartAnimation(
337 animator_->BeginAnimationSequence(next_animation_starter);
348 animator_->StartAnimation(SessionStateAnimator::LOCK_SCREEN_CONTAINERS,
370 animator_->BeginAnimationSequence(next_animation_starter)
    [all...]
session_state_animator_impl.h 27 : animator_(animator) {}
40 SessionStateAnimatorImpl* animator_; // not owned member in class:ash::SessionStateAnimatorImpl::TestApi
window_animations_unittest.cc 41 : animator_(animator) {
42 animator_->AddObserver(this);
52 duration_ = animator_->GetTransitionDuration();
53 animator_->RemoveObserver(this);
61 ui::LayerAnimator* animator_; member in class:ash::MinimizeAnimationObserver
lock_state_controller.h 211 animator_.reset(animator);
281 scoped_ptr<SessionStateAnimator> animator_; member in class:ash::LockStateController
session_state_animator_impl.cc 415 animator_(animator),
425 animator_->StartAnimationInSequence(container_mask, type, speed, this);
455 SessionStateAnimatorImpl* animator_; // not owned member in class:ash::SessionStateAnimatorImpl::AnimationSequence
469 animator_->GetContainers(container_mask, &containers);
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 168 scoped_ptr<views::BoundsAnimator> animator_; member in class:message_center::MessageListView
203 if (animator_.get())
204 animator_->RemoveObserver(this);
208 if (animator_.get())
257 if (animator_.get())
258 animator_->StopAnimatingView(view);
270 if (animator_.get())
271 animator_->StopAnimatingView(view);
338 if (reposition_top_ >= 0 && animator_.get()) {
341 animator_->Cancel()
    [all...]
  /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/ash/display/
display_configurator_animation.cc 61 : animator_(animator),
68 animator_->RemoveObserver(this);
73 animator_->RemoveObserver(this);
84 ui::LayerAnimator* animator_; member in class:ash::__anon6489::CallbackRunningObserver::Observer
  /external/chromium_org/ash/test/
test_session_state_animator.cc 41 animator_(animator) {
67 animator_->StartAnimationInSequence(container_mask, type, speed, this);
78 TestSessionStateAnimator* animator_; member in class:ash::test::TestSessionStateAnimator::AnimationSequence
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 179 ui::LayerAnimator* animator_; member in class:keyboard::CallbackAnimationObserver
187 : animator_(animator), callback_(callback) {
191 animator_->RemoveObserver(this);
196 if (animator_->is_animating())
198 animator_->RemoveObserver(this);
204 animator_->RemoveObserver(this);

Completed in 2142 milliseconds