Home | History | Annotate | Download | only in animation

Lines Matching defs:BoundsAnimator

30 // BoundsAnimator invoke AnimateViewTo for the set of views you want to
33 // BoundsAnimator internally creates an animation for each view. If you need
37 // the BoundsAnimator that is notified when all animations are complete.
38 class VIEWS_EXPORT BoundsAnimator : public gfx::AnimationDelegate,
41 explicit BoundsAnimator(View* view);
42 virtual ~BoundsAnimator();
59 // Sets the animation for the specified view. BoundsAnimator takes ownership
63 // Returns the animation for the specified view. BoundsAnimator owns the
74 // Returns true if BoundsAnimator is animating the bounds of |view|.
77 // Returns true if BoundsAnimator is animating any view.
181 DISALLOW_COPY_AND_ASSIGN(BoundsAnimator);