Searched refs:ItemFrame (Results 1 - 19 of 19) sorted by path

/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp82 fShadeList->ItemFrame(fShadeList->CountItems()).bottom
83 - fShadeList->ItemFrame((int32)0).top);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp237 point -= ItemFrame(index).LeftTop();
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp173 r = ItemFrame(i);
420 if (ItemFrame(i).Contains(where)) {
575 r = ItemFrame(0);
623 BRect itemFrame = ItemFrame(index);
808 r = ItemFrame(count - 1);
817 BRect r = ItemFrame(fDropIndex);
H A DPlaylistListView.cpp352 BRect r = ItemFrame(i);
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h90 BRect itemFrame(ItemFrame(itemIndex));
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp393 float listHeight = fListView->ItemFrame(visibleCount - 1).bottom + 1;
/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp157 BRect ItemFrame(Dimensions itemDimensions);
505 BRect frame = fLocalLayouter->ItemFrame(itemDimensions);
1094 BTwoDimensionalLayout::LocalLayouter::ItemFrame(Dimensions itemDimensions) function in class:BTwoDimensionalLayout::LocalLayouter
H A DListView.cpp774 Invalidate(ItemFrame(lastIndex) | ItemFrame(index));
1223 Invalidate(ItemFrame(index));
1235 BRect itemFrame = ItemFrame(index);
1247 BRect itemFrame = ItemFrame(CurrentSelection(0));
1446 BListView::ItemFrame(int32 index) function in class:BListView
1685 dirty.top = ItemFrame(index).bottom + 1;
1809 BRect frame(ItemFrame(index));
1931 BRect aFrame = ItemFrame(a);
1932 BRect bFrame = ItemFrame(
[all...]
H A DOutlineListView.cpp179 && LatchRect(ItemFrame(index), item->fLevel).Contains(where)) {
271 Invalidate(LatchRect(ItemFrame(index), superItem->OutlineLevel()));
314 Invalidate(LatchRect(ItemFrame(IndexOf(super)),
687 BRect top = ItemFrame(firstIndex);
688 BRect bottom = ItemFrame(lastIndex - 1);
/haiku/src/preferences/locale/
H A DLanguageListView.cpp440 BRect r = ItemFrame(0);
446 highlightFrame = ItemFrame(index);
450 highlightFrame = ItemFrame(index - 1);
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp52 BRect frame(ItemFrame(index));
93 BRect frame = ItemFrame(target);
/haiku/src/preferences/printers/
H A DJobListView.cpp276 BRect bounds = list->ItemFrame(list->IndexOf(this));
H A DPrinterListView.cpp390 BRect bounds = list->ItemFrame(list->IndexOf(this));
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp192 float itemHeight = m_pMenuOutlineView->ItemFrame(0).Height();
/haiku/headers/os/interface/
H A DListView.h141 BRect ItemFrame(int32 index);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp429 rect = ItemFrame(0);
682 rect = ItemFrame(count - 1);
692 BRect rect = ItemFrame(fDropIndex);
774 itemFrame = ItemFrame(i);
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp343 BRect itemFrame(ItemFrame(index));
H A DStyleListView.cpp402 BRect itemFrame(ItemFrame(index));
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp1290 zoomPoint.y = ItemFrame(count - 1).bottom;

Completed in 142 milliseconds