Searched refs:scrollValue (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp520 float& scrollValue = horizontal ? fHScrollValue : fVScrollValue; local
527 scrollValue = (displayRange.min - range.min) / displayRange.Size()
532 scrollValue = 0;
540 scrollBar->SetValue(scrollValue);
549 float& scrollValue = horizontal ? fHScrollValue : fVScrollValue; local
550 if (value == scrollValue)
559 scrollValue = value;
/haiku/src/kits/interface/
H A DScrollBar.cpp615 float scrollValue = 0.0; local
624 scrollValue = -buttonStepSize;
628 scrollValue = buttonStepSize;
632 scrollValue = -buttonStepSize;
636 scrollValue = buttonStepSize;
643 scrollValue = -fLargeStep;
645 scrollValue = fLargeStep;
648 scrollValue = -fLargeStep;
650 scrollValue = fLargeStep;
655 if (scrollValue !
[all...]
/haiku/src/apps/deskbar/
H A DSwitcher.cpp2017 int32 scrollValue = forward ? stepSize : -stepSize; local
2022 ScrollBy(scrollValue, 0);
2268 int32 scrollValue = (newIndex > oldIndex) ? stepSize : -stepSize; local
2273 ScrollBy(0, scrollValue);

Completed in 48 milliseconds