Home
last modified time | relevance | path

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

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