Searched refs:fLargeStep (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DScrollBar.cpp214 fLargeStep(10.0f),
243 fLargeStep(10.0f),
279 if (data->FindFloat("_steps", 1, &fLargeStep) < B_OK)
280 fLargeStep = 10.0f;
341 err = data->AddFloat("_steps", fLargeStep);
619 = (modifiers() & B_SHIFT_KEY) != 0 ? fLargeStep : fSmallStep;
643 scrollValue = -fLargeStep;
645 scrollValue = fLargeStep;
648 scrollValue = -fLargeStep;
650 scrollValue = fLargeStep;
[all...]
/haiku/headers/os/interface/
H A DScrollBar.h123 float fLargeStep; member in class:BScrollBar

Completed in 25 milliseconds