Home | History | Annotate | Download | only in animation

Lines Matching full:duration

17 // A ThrobAnimation has two durations: the duration used when behavior like
18 // a SlideAnimation, and the duration used when throbbing.
28 // Sets the duration of the slide animation when throbbing.
29 void SetThrobDuration(int duration) { throb_duration_ = duration; }
31 // Overridden to reset to the slide duration.
37 // Overridden to maintain the slide duration.
38 virtual void SetSlideDuration(int duration) OVERRIDE;
52 // Duration of the slide animation.
55 // Duration of the slide animation when throbbing.