Searched refs:bigStep (Results 1 – 4 of 4) sorted by relevance
/haiku/src/tests/servers/app/scrollbar/ |
H A D | main.cpp | 40 float smallStep, bigStep; in UpdateScrollbar() local 41 scrollBar->GetSteps(&smallStep, &bigStep); in UpdateScrollbar() 43 smallStep, bigStep, scrollBar->Proportion()); in UpdateScrollbar() 48 scrollBar->GetSteps(&smallStep, &bigStep); in UpdateScrollbar() 51 smallStep, bigStep, scrollBar->Proportion(), in UpdateScrollbar()
|
/haiku/src/tests/kits/interface/pictureprint/ |
H A D | Preview.cpp | 173 float bigStep, smallStep; in FixScrollbars() local 188 bigStep = frame.Width() - 2; in FixScrollbars() 189 smallStep = bigStep / 10.; in FixScrollbars() 190 scroll->SetSteps (smallStep, bigStep); in FixScrollbars() 195 bigStep = frame.Height() - 2; in FixScrollbars() 196 smallStep = bigStep / 10.; in FixScrollbars() 197 scroll->SetSteps (smallStep, bigStep); in FixScrollbars()
|
/haiku/src/libs/print/libprint/ |
H A D | Preview.cpp | 516 float bigStep = frame.Width() - 2; in FixScrollbars() local 517 float smallStep = bigStep / 10.; in FixScrollbars() 518 scroll->SetSteps(smallStep, bigStep); in FixScrollbars() 523 bigStep = frame.Height() - 2; in FixScrollbars() 524 smallStep = bigStep / 10.; in FixScrollbars() 525 scroll->SetSteps(smallStep, bigStep); in FixScrollbars()
|
/haiku/src/apps/cortex/MediaRoutingView/ |
H A D | MediaRoutingView.cpp | 1833 float bigStep = floor(MediaNodePanel::M_DEFAULT_WIDTH + M_CLEANUP_H_GAP); in _adjustScrollBars() local 1834 scrollBar->SetSteps(floor(bigStep / 10.0), bigStep); in _adjustScrollBars() 1840 float bigStep = floor(MediaNodePanel::M_DEFAULT_HEIGHT + M_CLEANUP_V_GAP); in _adjustScrollBars() local 1841 scrollBar->SetSteps(floor(bigStep / 10.0), bigStep); in _adjustScrollBars()
|