Searched refs:offset_magnitude (Results 1 – 1 of 1) sorted by relevance
30 int offset_magnitude; in OnScroll() local34 offset_magnitude = in OnScroll()38 offset_magnitude = offset.y(); in OnScroll()41 if (abs(offset_magnitude) > kMinScrollToSwitchPage) { in OnScroll()43 pagination_model_->SelectPageRelative(offset_magnitude > 0 ? -1 : 1, in OnScroll()