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

/external/chromium_org/ui/gfx/animation/
H A Dlinear_animation.h17 class GFX_EXPORT LinearAnimation : public Animation { class in namespace:gfx
25 LinearAnimation(int frame_rate, AnimationDelegate* delegate);
28 LinearAnimation(int duration, int frame_rate, AnimationDelegate* delegate);
74 DISALLOW_COPY_AND_ASSIGN(LinearAnimation);
H A Dlinear_animation.cc24 LinearAnimation::LinearAnimation(int frame_rate, function in class:gfx::LinearAnimation
32 LinearAnimation::LinearAnimation(int duration, function in class:gfx::LinearAnimation
43 double LinearAnimation::GetCurrentValue() const {
48 void LinearAnimation::SetCurrentValue(double new_value) {
56 void LinearAnimation::End() {
66 void LinearAnimation::SetDuration(int duration) {
74 void LinearAnimation::Step(base::TimeTicks time_now) {
90 void LinearAnimation
[all...]

Completed in 90 milliseconds