Home
last modified time | relevance | path

Searched refs:animated_scroll_end_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/panels/
Dpanel_scroller.cc29 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()
Dpanel_scroller.h63 int animated_scroll_end_; variable