Searched refs:animated_scroll_end_ (Results 1 – 2 of 2) sorted by relevance
29 animated_scroll_end_(0) { in PanelScroller()212 animated_scroll_end_ = (space_above + space_below) - height(); in ScrollToPanel()213 if (animated_scroll_end_ > top_stuck_headers_scroll_pos) in ScrollToPanel()214 animated_scroll_end_ = top_stuck_headers_scroll_pos; in ScrollToPanel()218 animated_scroll_end_ = space_above + in ScrollToPanel()222 if (animated_scroll_end_ > top_stuck_headers_scroll_pos) in ScrollToPanel()223 animated_scroll_end_ = top_stuck_headers_scroll_pos; in ScrollToPanel()225 animated_scroll_end_ = top_stuck_headers_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()
63 int animated_scroll_end_; variable