HomeSort by relevance Sort by last modified time
    Searched full:max_scroll_offset (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 249 int max_scroll_offset = 0; // Because there's never content to the left of 0. local
250 if (scroll_offset_ > max_scroll_offset) {
252 scroll_offset_ = max_scroll_offset
253 + std::min((scroll_offset_ - max_scroll_offset) / 4,
256 scroll_offset_ = max_scroll_offset;

Completed in 77 milliseconds