Home | History | Annotate | Download | only in platform

Lines Matching refs:pageStep

1176 int ScrollView::pageStep(ScrollbarOrientation orientation) const
1180 int pageStep = std::max(minPageStep, length - maxOverlapBetweenPages());
1182 return std::max(pageStep, 1);