HomeSort by relevance Sort by last modified time
    Searched defs:animator_ (Results 1 - 10 of 10) 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
  /external/chromium_org/ui/compositor/
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 LayerAnimator* animator_; member in class:ui::ScopedLayerAnimationSettings
layer.h 470 scoped_refptr<LayerAnimator> animator_; member in class:ui::Layer
layer_animator_unittest.cc 100 : animator_(animator) {
105 animator_->StopAnimating();
110 animator_->StopAnimating();
118 LayerAnimator* animator_; member in class:ui::__anon14822::DeletingLayerAnimationObserver
1922 LayerAnimator* animator_; member in class:ui::TestLayerAnimationDeletingDelegate
2206 scoped_refptr<LayerAnimator> animator_; member in class:ui::AnimatorOwner
    [all...]
  /external/chromium_org/ash/wm/
window_animations_unittest.cc 44 : animator_(animator) {
45 animator_->AddObserver(this);
55 duration_ = animator_->GetTransitionDuration();
56 animator_->RemoveObserver(this);
64 ui::LayerAnimator* animator_; member in class:ash::internal::MinimizeAnimationObserver
lock_state_controller.h 276 scoped_ptr<internal::SessionStateAnimator> animator_; member in class:ash::LockStateController
session_state_animator.h 108 : animator_(animator) {}
120 SessionStateAnimator* animator_; // not owned member in class:ash::internal::SessionStateAnimator::TestApi
  /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/
output_configurator_animation.cc 62 : animator_(animator),
69 animator_->RemoveObserver(this);
74 animator_->RemoveObserver(this);
85 ui::LayerAnimator* animator_; member in class:ash::internal::__anon3192::CallbackRunningObserver::Observer
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 235 scoped_ptr<views::BoundsAnimator> animator_; member in class:message_center::MessageListView
270 if (animator_.get())
271 animator_->RemoveObserver(this);
275 if (animator_.get())
310 if (animator_.get())
311 animator_->StopAnimatingView(child);
321 if (animator_.get())
322 animator_->StopAnimatingView(child);
392 if (reposition_top_ >= 0 && animator_.get()) {
395 animator_->Cancel()
    [all...]

Completed in 149 milliseconds