HomeSort by relevance Sort by last modified time
    Searched defs:animator_ (Results 1 - 11 of 11) 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 scoped_refptr<LayerAnimator> animator_; member in class:ui::ScopedLayerAnimationSettings
layer.h 463 scoped_refptr<LayerAnimator> animator_; member in class:ui::Layer
layer_animator_unittest.cc 101 : animator_(animator) {
106 animator_->StopAnimating();
111 animator_->StopAnimating();
119 LayerAnimator* animator_; member in class:ui::__anon20574::DeletingLayerAnimationObserver
1957 LayerAnimator* animator_; member in class:ui::TestLayerAnimationDeletingDelegate
2239 scoped_refptr<LayerAnimator> animator_; member in class:ui::AnimatorOwner
    [all...]
  /external/chromium_org/ash/wm/
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 276 scoped_ptr<SessionStateAnimator> animator_; member in class:ash::LockStateController
session_state_animator.h 107 : animator_(animator) {}
119 SessionStateAnimator* animator_; // not owned member in class:ash::SessionStateAnimator::TestApi
  /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::__anon6502::CallbackRunningObserver::Observer
  /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/ui/keyboard/
keyboard_controller.cc 164 ui::LayerAnimator* animator_; member in class:keyboard::CallbackAnimationObserver
172 : animator_(animator), callback_(callback) {
176 animator_->RemoveObserver(this);
181 if (animator_->is_animating())
183 animator_->RemoveObserver(this);
189 animator_->RemoveObserver(this);
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 167 scoped_ptr<views::BoundsAnimator> animator_; member in class:message_center::MessageListView
202 if (animator_.get())
203 animator_->RemoveObserver(this);
207 if (animator_.get())
256 if (animator_.get())
257 animator_->StopAnimatingView(view);
269 if (animator_.get())
270 animator_->StopAnimatingView(view);
337 if (reposition_top_ >= 0 && animator_.get()) {
340 animator_->Cancel()
    [all...]

Completed in 1353 milliseconds