Searched refs:IndexOfView (Results 1 – 9 of 9) sorted by relevance
45 int32 IndexOfView(BView* child) const;
246 fContentLayout->SetVisibleItem(fContentLayout->IndexOfView(fAudioView)); in SelectAudioSettings()254 fContentLayout->SetVisibleItem(fContentLayout->IndexOfView(fVideoView)); in SelectVideoSettings()274 fContentLayout->SetVisibleItem(fContentLayout->IndexOfView(fMidiView)); in SelectMidiSettings()
275 BLayout::IndexOfView(BView* child) const in IndexOfView() function in BLayout
283 fButtonLayout->AddView(fButtonLayout->IndexOfView(beforeButton), button); in AddButton()
167 int32 index = layout->IndexOfView(view); in layout_item_for()
571 int32 index = layout->IndexOfView(view); in layout_item_for()
650 return AreaFor(ItemAt(IndexOfView(const_cast<BView*>(control)))); in AreaFor()
289 \fn int32 BLayout::IndexOfView(BView* child) const
155 int32 index = layout->IndexOfView(view); in layoutItemFor()