Lines Matching refs:fCurrentWorkspace

427 	fCurrentWorkspace(0),
751 workspace = fCurrentWorkspace;
762 if (workspace == fCurrentWorkspace) {
807 if (workspace == fCurrentWorkspace)
820 workspace = fCurrentWorkspace;
825 if (workspace == fCurrentWorkspace) {
852 workspace = fCurrentWorkspace;
857 if (workspace == fCurrentWorkspace) {
914 if (workspace == fCurrentWorkspace) {
1002 || index == fCurrentWorkspace) {
1050 if (index == fCurrentWorkspace)
1150 bool windowOnOtherWorkspace = !window->InWorkspace(fCurrentWorkspace);
1180 if (!window->InWorkspace(fCurrentWorkspace)) {
1187 uint32 workspaces = workspace_to_workspaces(fCurrentWorkspace);
1201 Window* avoidsFront = window->NextWindow(fCurrentWorkspace);
1204 avoidsFront = avoidsFront->NextWindow(fCurrentWorkspace);
1232 nextModal = modal->NextWindow(fCurrentWorkspace);
1234 nextModal = nextModal->NextWindow(fCurrentWorkspace);
1272 || !window->InWorkspace(fCurrentWorkspace)
1273 || (behindOf != NULL && !behindOf->InWorkspace(fCurrentWorkspace))) {
1291 ? backmost->NextWindow(fCurrentWorkspace) : BackWindow());
1345 if (window->InWorkspace(fCurrentWorkspace)
1396 if (window->InWorkspace(fCurrentWorkspace)) {
1462 workspace = fCurrentWorkspace;
1463 if (!window->IsVisible() || workspace != fCurrentWorkspace) {
1464 if (workspace != fCurrentWorkspace) {
1850 if (i == fCurrentWorkspace && window->IsVisible())
1891 if (i == fCurrentWorkspace && changed) {
1954 window = window->PreviousWindow(fCurrentWorkspace)) {
1999 window = window->PreviousWindow(fCurrentWorkspace);
2042 window = window->NextWindow(fCurrentWorkspace);
2058 uint32 listIndex = fCurrentWorkspace;
2059 WindowList* list = &_Windows(fCurrentWorkspace);
2222 view->SetViewColor(fWorkspaces[fCurrentWorkspace].Color());
2369 window = window->PreviousWindow(fCurrentWorkspace)) {
2380 || window->InWorkspace(fCurrentWorkspace))
2443 workspace = fCurrentWorkspace;
2481 workspace = fCurrentWorkspace;
2884 return fWorkspaces[fCurrentWorkspace].Windows();
2970 previousWorkspace = fCurrentWorkspace;
3028 window = window->NextWindow(fCurrentWorkspace)) {
3051 window = window->PreviousWindow(fCurrentWorkspace)) {
3099 && window->InWorkspace(fCurrentWorkspace)
3275 window->SetCurrentWorkspace(fCurrentWorkspace);
3327 fCurrentWorkspace));
3450 window = window->PreviousWindow(fCurrentWorkspace)) {
3472 window = window->PreviousWindow(fCurrentWorkspace)) {
3497 fWorkspaces[fCurrentWorkspace].Color());
3523 window = window->PreviousWindow(fCurrentWorkspace)) {
3570 if (window->IsHidden() || !window->InWorkspace(fCurrentWorkspace))
3644 window = window->PreviousWindow(fCurrentWorkspace)) {
3694 fWorkspaces[fCurrentWorkspace].CurrentScreenConfiguration(),
3712 int32 previousIndex = fCurrentWorkspace;
3713 rgb_color previousColor = fWorkspaces[fCurrentWorkspace].Color();
3795 fPreviousWorkspace = fCurrentWorkspace;
3796 fCurrentWorkspace = index;
3911 if (previousColor != fWorkspaces[fCurrentWorkspace].Color())