Searched refs:move_animation_ (Results 1 – 2 of 2) sorted by relevance
98 move_animation_.reset(new gfx::SlideAnimation(this)); in SetValueInternal()99 move_animation_->SetSlideDuration(kSlideValueChangeDurationMS); in SetValueInternal()100 move_animation_->Show(); in SetValueInternal()101 AnimationProgressed(move_animation_.get()); in SetValueInternal()115 float value = move_animation_.get() && move_animation_->is_animating() ? in PrepareForMove()198 float value = move_animation_.get() && move_animation_->is_animating() ? in OnPaint()
102 scoped_ptr<gfx::SlideAnimation> move_animation_; variable