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

/haiku/src/apps/deskbar/
H A DSwitcher.cpp2002 int32 stepSize = fManager->ScrollStep(); local
2008 stepSize *= 2;
2014 stepSize *= 2;
2017 int32 scrollValue = forward ? stepSize : -stepSize;
2024 total += stepSize;
2267 int32 stepSize = (int32) (fItemHeight / kWindowScrollSteps); local
2268 int32 scrollValue = (newIndex > oldIndex) ? stepSize : -stepSize;
2275 total += stepSize;
[all...]

Completed in 83 milliseconds