HomeSort by relevance Sort by last modified time
    Searched defs:BoundsAnimator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/animation/
bounds_animator.cc 23 BoundsAnimator::BoundsAnimator(View* parent)
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::SetAnimationDelegate(View* view
    [all...]
bounds_animator.h 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 ui::AnimationDelegate,
48 explicit BoundsAnimator(View* view);
49 virtual ~BoundsAnimator();
66 // Sets the animation for the specified view. BoundsAnimator takes ownership
70 // Returns the animation for the specified view. BoundsAnimator owns the
84 // Returns true if BoundsAnimator is animating the bounds of |view|.
87 // Returns true if BoundsAnimator is animating any view
    [all...]

Completed in 499 milliseconds