Home
last modified time | relevance | path

Searched refs:viewList (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp117 void ViewLayoutFactory::Align(BList& viewList, align_side side, in Align() argument
120 int32 i, len = viewList.CountItems(); in Align()
135 BView* pView = reinterpret_cast<BView*>(viewList.ItemAt(0)); in Align()
164 BView* pView = reinterpret_cast<BView*>(viewList.ItemAt(i)); in Align()
206 void ViewLayoutFactory::ResizeToListMax(BList& viewList, rect_dim resizeDim, in ResizeToListMax() argument
209 int32 i, len = viewList.CountItems(); in ResizeToListMax()
215 BView* pView = reinterpret_cast<BView*>(viewList.ItemAt(i)); in ResizeToListMax()
231 BView* pView = reinterpret_cast<BView*>(viewList.ItemAt(i)); in ResizeToListMax()
H A DViewLayoutFactory.h73 void Align(BList& viewList, align_side side,
75 void ResizeToListMax(BList& viewList, rect_dim resizeDim,