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

/haiku/src/apps/deskbar/
H A DStatusView.cpp1706 BPoint whereScreen; local
1709 &whereScreen) != B_OK) {
1710 whereScreen = ConvertToScreen(where);
1715 SwitchModeForRegion(whereScreen, fTopLeftVertical, true,
1717 || SwitchModeForRegion(whereScreen, fTopRightVertical, true,
1719 || SwitchModeForRegion(whereScreen, fBottomLeftVertical, true,
1721 || SwitchModeForRegion(whereScreen, fBottomRightVertical, true,
1724 || SwitchModeForRegion(whereScreen, fTopLeftHorizontal, false,
1726 || SwitchModeForRegion(whereScreen, fTopRightHorizontal, false,
1728 || SwitchModeForRegion(whereScreen, fBottomLeftHorizonta
1888 BPoint whereScreen = ConvertToScreen(where); local
[all...]
H A DBarView.cpp342 BPoint whereScreen = currentMessage->GetPoint("screen_where", local
344 fMouseDownOutside = !Window()->Frame().Contains(whereScreen);
411 BPoint whereScreen = currentMessage->GetPoint("screen_where",
414 bool onScreenEdge = whereScreen.x == screenFrame.left
415 || whereScreen.x == screenFrame.right
416 || whereScreen.y == screenFrame.top
417 || whereScreen.y == screenFrame.bottom;
420 if (!Window()->Frame().Contains(whereScreen)) {
428 if (!preventHideArea.Contains(whereScreen)

Completed in 40 milliseconds