Home
last modified time | relevance | path

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

/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp82 fShadeList->ItemFrame(fShadeList->CountItems()).bottom in AllAttached()
83 - fShadeList->ItemFrame((int32)0).top); in AllAttached()
/haiku/src/kits/interface/
H A DListView.cpp777 Invalidate(ItemFrame(lastIndex) | ItemFrame(index)); in MouseMoved()
1226 Invalidate(ItemFrame(index)); in InvalidateItem()
1238 BRect itemFrame = ItemFrame(index); in ScrollTo()
1250 BRect itemFrame = ItemFrame(CurrentSelection(0)); in ScrollToSelection()
1449 BListView::ItemFrame(int32 index) in ItemFrame() function in BListView
1688 dirty.top = ItemFrame(index).bottom + 1; in _InvalidateFrom()
1812 BRect frame(ItemFrame(index)); in _Deselect()
1934 BRect aFrame = ItemFrame(a); in _SwapItems()
1935 BRect bFrame = ItemFrame(b); in _SwapItems()
1990 BRect frameFrom = ItemFrame(from); in _MoveItem()
[all …]
H A DOutlineListView.cpp179 && LatchRect(ItemFrame(index), item->fLevel).Contains(where)) { in MouseDown()
271 Invalidate(LatchRect(ItemFrame(index), superItem->OutlineLevel())); in AddUnder()
314 Invalidate(LatchRect(ItemFrame(IndexOf(super)), in AddItem()
687 BRect top = ItemFrame(firstIndex); in SortItemsUnder()
688 BRect bottom = ItemFrame(lastIndex - 1); in SortItemsUnder()
H A DTwoDimensionalLayout.cpp157 BRect ItemFrame(Dimensions itemDimensions);
505 BRect frame = fLocalLayouter->ItemFrame(itemDimensions); in DoLayout()
1094 BTwoDimensionalLayout::LocalLayouter::ItemFrame(Dimensions itemDimensions) in ItemFrame() function in BTwoDimensionalLayout::LocalLayouter
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp173 r = ItemFrame(i); in Draw()
420 if (ItemFrame(i).Contains(where)) { in MouseDown()
575 r = ItemFrame(0); in SetDropTargetRect()
623 BRect itemFrame = ItemFrame(index); in ScrollTo()
808 r = ItemFrame(count - 1); in _SetDropIndex()
817 BRect r = ItemFrame(fDropIndex); in _SetDropIndex()
H A DPlaylistListView.cpp352 BRect r = ItemFrame(i); in MouseDown()
/haiku/src/preferences/locale/
H A DLanguageListView.cpp440 BRect r = ItemFrame(0); in MouseMoved()
446 highlightFrame = ItemFrame(index); in MouseMoved()
450 highlightFrame = ItemFrame(index - 1); in MouseMoved()
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h90 BRect itemFrame(ItemFrame(itemIndex)); in InitiateDrag()
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp429 rect = ItemFrame(0); in SetDropTargetRect()
682 rect = ItemFrame(count - 1); in SetDropIndex()
692 BRect rect = ItemFrame(fDropIndex); in SetDropIndex()
774 itemFrame = ItemFrame(i); in Draw()
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp52 BRect frame(ItemFrame(index)); in InitiateDrag()
93 BRect frame = ItemFrame(target); in DrawDragTargetIndicator()
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp237 point -= ItemFrame(index).LeftTop(); in InitiateDrag()
/haiku/headers/os/interface/
H A DListView.h141 BRect ItemFrame(int32 index);
/haiku/src/preferences/printers/
H A DJobListView.cpp276 BRect bounds = list->ItemFrame(list->IndexOf(this)); in DrawItem()
H A DPrinterListView.cpp390 BRect bounds = list->ItemFrame(list->IndexOf(this)); in DrawItem()
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp393 float listHeight = fListView->ItemFrame(visibleCount - 1).bottom + 1; in ShowChoices()
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp192 float itemHeight = m_pMenuOutlineView->ItemFrame(0).Height(); in AllAttached()
/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp402 BRect itemFrame(ItemFrame(index)); in MouseDown()
H A DPathListView.cpp343 BRect itemFrame(ItemFrame(index)); in MouseDown()
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp1290 zoomPoint.y = ItemFrame(count - 1).bottom; in ZoomPoint()
/haiku/docs/user/interface/
H A DListView.dox1037 \fn BRect BListView::ItemFrame(int32 index)