Home
last modified time | relevance | path

Searched refs:AreaFor (Results 1 – 5 of 5) sorted by relevance

/haiku/src/libs/alm/
H A DALMLayout.cpp629 BALMLayout::AreaFor(int32 id) const in AreaFor() function in BALMLayout
648 BALMLayout::AreaFor(const BView* control) const in AreaFor() function in BALMLayout
650 return AreaFor(ItemAt(IndexOfView(const_cast<BView*>(control)))); in AreaFor()
655 BALMLayout::AreaFor(const BLayoutItem* item) const in AreaFor() function in BALMLayout
673 return AreaFor(ItemAt(index)); in AreaAt()
680 Area* area = AreaFor(view); in LeftOf()
690 Area* area = AreaFor(item); in LeftOf()
700 Area* area = AreaFor(view); in RightOf()
710 Area* area = AreaFor(item); in RightOf()
720 Area* area = AreaFor(view); in TopOf()
[all …]
H A DALMLayoutBuilder.cpp133 fAreaStack.AddItem(fLayout->AreaFor(view)); in StartingAt()
142 fAreaStack.AddItem(fLayout->AreaFor(item)); in StartingAt()
/haiku/headers/libs/alm/
H A DALMLayout.h119 Area* AreaFor(int32 id) const;
120 Area* AreaFor(const BView* view) const;
121 Area* AreaFor(const BLayoutItem* item) const;
/haiku/src/tests/libs/alm/
H A DFriendLayout.cpp71 layout1->AreaFor(button2)->SetContentAspectRatio(1.0f); in FriendWindow()
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp231 Area* area = layout->AreaFor(scrollView); in MusicCollectionWindow()