Searched refs:animated_scroll_begin_ (Results 1 – 2 of 2) sorted by relevance
28 animated_scroll_begin_(0), in PanelScroller()228 animated_scroll_begin_ = scroll_pos_; in ScrollToPanel()229 if (animated_scroll_begin_ == animated_scroll_end_) in ScrollToPanel()239 static_cast<double>(animated_scroll_end_ - animated_scroll_begin_) * in AnimationProgressed()240 animation_.GetCurrentValue()) + animated_scroll_begin_; in AnimationProgressed()
62 int animated_scroll_begin_; variable