Home
last modified time | relevance | path

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

/dports/graphics/okular/okular-21.12.3/part/
H A Dpageview.cpp183 int currentShortScrollDuration; member in PageViewPrivate
345 d->currentShortScrollDuration = d->baseShortScrollDuration; in PageView()
2059 …>finalPosition() + QPoint(-horizontalScrollBar()->singleStep(), 0), d->currentShortScrollDuration); in keyPressEvent()
2069 …->finalPosition() + QPoint(horizontalScrollBar()->singleStep(), 0), d->currentShortScrollDuration); in keyPressEvent()
4304 d->currentShortScrollDuration = 0; in updateSmoothScrollAnimationSpeed()
4313 d->currentShortScrollDuration = d->baseShortScrollDuration * globalAnimationScale; in updateSmoothScrollAnimationSpeed()
4921 …->scrollTo(d->scroller->finalPosition() + QPoint(0, -100 * nSteps), d->currentShortScrollDuration); in slotScrollUp()
4943 …r->scrollTo(d->scroller->finalPosition() + QPoint(0, 100 * nSteps), d->currentShortScrollDuration); in slotScrollDown()