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

  /external/chromium_org/ui/views/controls/
slider.cc 100 move_animation_.reset(new gfx::SlideAnimation(this));
101 move_animation_->SetSlideDuration(kSlideValueChangeDurationMS);
102 move_animation_->Show();
103 AnimationProgressed(move_animation_.get());
117 float value = move_animation_.get() && move_animation_->is_animating() ?
200 float value = move_animation_.get() && move_animation_->is_animating() ?
slider.h 120 scoped_ptr<gfx::SlideAnimation> move_animation_; member in class:views::Slider

Completed in 6277 milliseconds