Searched refs:ItemFrame (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/apps/musiccollection/
H A DMusicFileListView.h90 BRect itemFrame(ItemFrame(itemIndex));
/haiku-fatelf/src/kits/interface/
H A DListView.cpp1013 Invalidate(ItemFrame(index));
1020 BRect itemFrame = ItemFrame(CurrentSelection(0));
1221 BListView::ItemFrame(int32 index) function in class:BListView
1436 dirty.top = ItemFrame(index).bottom + 1;
1559 BRect frame(ItemFrame(index));
1667 BRect aFrame = ItemFrame(a);
1668 BRect bFrame = ItemFrame(b);
1721 BRect frameFrom = ItemFrame(from);
1722 BRect frameTo = ItemFrame(to);
1761 BRect frame = ItemFrame(inde
[all...]
H A DOutlineListView.cpp175 && LatchRect(ItemFrame(index), item->fLevel).Contains(point)) {
263 Invalidate(LatchRect(ItemFrame(index), superitem->OutlineLevel()));
306 Invalidate(LatchRect(ItemFrame(IndexOf(super)), super->OutlineLevel()));
658 BRect top = ItemFrame(firstIndex);
659 BRect bottom = ItemFrame(lastIndex - 1);
H A DTwoDimensionalLayout.cpp159 BRect ItemFrame(Dimensions itemDimensions);
507 BRect frame = fLocalLayouter->ItemFrame(itemDimensions);
1101 BTwoDimensionalLayout::LocalLayouter::ItemFrame(Dimensions itemDimensions) function in class:BTwoDimensionalLayout::LocalLayouter
/haiku-fatelf/src/preferences/locale/
H A DLanguageListView.cpp431 BRect r = ItemFrame(0);
437 highlightFrame = ItemFrame(index);
441 highlightFrame = ItemFrame(index - 1);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp172 r = ItemFrame(i);
407 if (ItemFrame(i).Contains(where)) {
607 r = ItemFrame(0);
683 BRect itemFrame = ItemFrame(index);
900 r = ItemFrame(count - 1);
909 BRect r = ItemFrame(fDropIndex);
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DListViews.cpp168 r = ItemFrame(i);
415 if (ItemFrame(i).Contains(where)) {
570 r = ItemFrame(0);
618 BRect itemFrame = ItemFrame(index);
795 r = ItemFrame(count - 1);
804 BRect r = ItemFrame(fDropIndex);
H A DPlaylistListView.cpp328 BRect r = ItemFrame(i);
/haiku-fatelf/src/preferences/mail/
H A DFilterConfigView.cpp51 BRect frame(ItemFrame(index));
92 BRect frame = ItemFrame(target);
/haiku-fatelf/headers/os/interface/
H A DListView.h140 BRect ItemFrame(int32 index);
/haiku-fatelf/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp233 point -= ItemFrame(index).LeftTop();
/haiku-fatelf/src/preferences/printers/
H A DJobListView.cpp272 BRect bounds = list->ItemFrame(list->IndexOf(this));
H A DPrinterListView.cpp384 BRect bounds = list->ItemFrame(list->IndexOf(this));
/haiku-fatelf/src/apps/mail/
H A DComboBox.cpp134 BRect ItemFrame(int32 index);
467 BRect frame(ItemFrame(selected));
494 Invalidate(ItemFrame(index));
501 BRect BComboBox::ChoiceListView::ItemFrame(int32 index) function in class:BComboBox::ChoiceListView
/haiku-fatelf/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp391 float listHeight = fListView->ItemFrame(visibleCount - 1).bottom + 1;
/haiku-fatelf/src/tests/kits/net/preflet/InterfacesAddOn/
H A DInterfacesListView.cpp104 BRect bounds = list->ItemFrame(list->IndexOf(this));
/haiku-fatelf/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp192 float itemHeight = m_pMenuOutlineView->ItemFrame(0).Height();
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DFontsWindow.cpp97 DragMessage(&m, ItemFrame(index), this);
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp400 BRect itemFrame(ItemFrame(index));
H A DPathListView.cpp344 BRect itemFrame(ItemFrame(index));

Completed in 239 milliseconds