Home | History | Annotate | Download | only in platform

Lines Matching refs:step

77 bool ScrollAnimatorWin::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float multiplier)
81 return ScrollAnimator::scroll(orientation, granularity, step, multiplier);
85 float newPos = std::max(std::min(data->m_desiredPos + (step * multiplier), static_cast<float>(m_scrollableArea->scrollSize(orientation))), 0.0f);
101 // increment the desired position by |step| (with |multiplier| == 1) every
110 // lag = |step| - v(0.5tA + tD)
113 // |step| / ScrollbarTheme::nativeTheme()->autoscrollTimerDelay()
124 // float animationStep = step;
147 // here, because the further behind we are, the larger the base step value
152 // lag = |step| * ((r / k) - 1)
162 // with |animationStep| == |step| * |multiplier| despite the actual distance