Searched defs:BoundsAnimator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/animation/
H A Dbounds_animator.h30 // 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, class in namespace:views
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 i
[all...]
H A Dbounds_animator.cc23 BoundsAnimator::BoundsAnimator(View* parent) function in class:views::BoundsAnimator
31 BoundsAnimator::~BoundsAnimator() {
42 void BoundsAnimator::AnimateViewTo(View* view, const gfx::Rect& target) {
73 void BoundsAnimator::SetTargetBounds(View* view, const gfx::Rect& target) {
82 gfx::Rect BoundsAnimator::GetTargetBounds(View* view) {
88 void BoundsAnimator::SetAnimationForView(View* view,
109 const SlideAnimation* BoundsAnimator::GetAnimationForView(View* view) {
113 void BoundsAnimator
[all...]

Completed in 116 milliseconds