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

/haiku/src/apps/deskbar/
H A DSwitcher.h110 int32 fCurrentSlot; member in class:TSwitchManager
H A DSwitcher.cpp415 fCurrentSlot(0),
870 int32 previousSlot = fCurrentSlot;
873 fCurrentSlot = fWindow->SlotOf(fCurrentIndex);
876 fWindow->Update(previous, fCurrentIndex, previousSlot, fCurrentSlot,
1208 return fCurrentSlot;

Completed in 44 milliseconds