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

/haiku/src/apps/deskbar/
H A DSwitcher.h84 int32 CenterSlot() { return fCenterSlot; } function in class:TSwitchManager
H A DSwitcher.cpp1450 if (rect.left > (fManager->SlotSize() * fManager->CenterSlot())) {
2040 ScrollTo(rect.left - (fManager->CenterSlot() * fManager->SlotSize()), 0);
2047 return IndexAt((int32)(point.x / fManager->SlotSize()) - fManager->CenterSlot());
2074 return (int32)(rect.left / fManager->SlotSize()) - fManager->CenterSlot();
2081 int32 visible = index + fManager->CenterSlot();
2108 BRect rect(fManager->CenterSlot() * fManager->SlotSize(), 0,
2109 (fManager->CenterSlot() + 1) * fManager->SlotSize() - 1,

Completed in 84 milliseconds