Lines Matching refs:WindowArea
34 WindowArea::WindowArea(Crossing* leftTop, Crossing* rightTop, in WindowArea() function in WindowArea
54 WindowArea::~WindowArea() in ~WindowArea()
67 WindowArea::Init(SATGroup* group) in Init()
106 WindowArea::DoGroupLayout() in DoGroupLayout()
143 WindowArea* area = areas.ItemAt(i); in DoGroupLayout()
162 WindowArea::UpdateSizeLimits() in UpdateSizeLimits()
169 WindowArea::UpdateSizeConstaints(const BRect& frame) in UpdateSizeConstaints()
178 WindowArea::MoveWindowToPosition(SATWindow* window, int32 index) in MoveWindowToPosition()
187 WindowArea::TopWindow() in TopWindow()
194 WindowArea::_UpdateConstraintValues() in _UpdateConstraintValues()
244 WindowArea::_AddWindow(SATWindow* window, SATWindow* after) in _AddWindow()
266 WindowArea::_RemoveWindow(SATWindow* window) in _RemoveWindow()
281 WindowArea::LeftTab() in LeftTab()
288 WindowArea::RightTab() in RightTab()
295 WindowArea::TopTab() in TopTab()
302 WindowArea::BottomTab() in BottomTab()
309 WindowArea::Frame() in Frame()
319 WindowArea::PropagateToGroup(SATGroup* group) in PropagateToGroup()
369 WindowArea::MoveToTopLayer(SATWindow* window) in MoveToTopLayer()
378 WindowArea::_UninitConstraints() in _UninitConstraints()
403 WindowArea::_CrossingByPosition(Crossing* crossing, SATGroup* group) in _CrossingByPosition()
430 WindowArea::_InitCorners() in _InitCorners()
451 WindowArea::_CleanupCorners() in _CleanupCorners()
480 WindowArea::_SetToWindowCorner(Corner* corner) in _SetToWindowCorner()
488 WindowArea::_SetToNeighbourCorner(Corner* neighbour) in _SetToNeighbourCorner()
496 WindowArea::_UnsetWindowCorner(Corner* corner) in _UnsetWindowCorner()
504 WindowArea::_UnsetNeighbourCorner(Corner* neighbour, Corner* opponent) in _UnsetNeighbourCorner()
512 WindowArea::_MoveToSAT(SATWindow* triggerWindow) in _MoveToSAT()
871 WindowArea* area = new(std::nothrow) WindowArea(leftTopRef, rightTopRef, in AddWindow()
881 BReference<WindowArea> areaRef(area, true); in AddWindow()
888 SATGroup::AddWindow(SATWindow* window, WindowArea* area, SATWindow* after) in AddWindow()
916 BReference<WindowArea> area = window->GetWindowArea(); in RemoveWindow()
994 SATGroup::WindowAreaRemoved(WindowArea* area) in WindowAreaRemoved()
1085 WindowArea* area = fWindowAreaList.ItemAt(i); in ArchiveGroup()
1187 SATGroup::_SplitGroupIfNecessary(WindowArea* removedArea) in _SplitGroupIfNecessary()
1221 WindowArea* area) in _FillNeighbourList()
1231 SATGroup::_LeftNeighbours(WindowAreaList& neighbourWindows, WindowArea* parent) in _LeftNeighbours()
1243 WindowArea* area = corner->windowArea; in _LeftNeighbours()
1257 SATGroup::_TopNeighbours(WindowAreaList& neighbourWindows, WindowArea* parent) in _TopNeighbours()
1269 WindowArea* area = corner->windowArea; in _TopNeighbours()
1283 SATGroup::_RightNeighbours(WindowAreaList& neighbourWindows, WindowArea* parent) in _RightNeighbours()
1295 WindowArea* area = corner->windowArea; in _RightNeighbours()
1310 WindowArea* parent) in _BottomNeighbours()
1322 WindowArea* area = corner->windowArea; in _BottomNeighbours()
1336 SATGroup::_FindConnectedGroup(WindowAreaList& seedList, WindowArea* removedArea, in _FindConnectedGroup()
1342 WindowArea* area = seedList.RemoveItemAt(0); in _FindConnectedGroup()
1351 SATGroup::_FollowSeed(WindowArea* area, WindowArea* veto, in _FollowSeed()
1357 WindowArea* currentArea = neighbours.ItemAt(i); in _FollowSeed()