/haiku/src/add-ons/screen_savers/gravity/ |
H A D | ConfigView.cpp | 82 fShadeList->ItemFrame(fShadeList->CountItems()).bottom in AllAttached() 83 - fShadeList->ItemFrame((int32)0).top); in AllAttached()
|
/haiku/src/kits/interface/ |
H A D | ListView.cpp | 777 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 D | OutlineListView.cpp | 179 && 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 D | TwoDimensionalLayout.cpp | 157 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 D | ListViews.cpp | 173 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 D | PlaylistListView.cpp | 352 BRect r = ItemFrame(i); in MouseDown()
|
/haiku/src/preferences/locale/ |
H A D | LanguageListView.cpp | 440 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 D | MusicFileListView.h | 90 BRect itemFrame(ItemFrame(itemIndex)); in InitiateDrag()
|
/haiku/src/apps/icon-o-matic/generic/gui/ |
H A D | ListViews.cpp | 429 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 D | FilterConfigView.cpp | 52 BRect frame(ItemFrame(index)); in InitiateDrag() 93 BRect frame = ItemFrame(target); in DrawDragTargetIndicator()
|
/haiku/src/apps/cortex/DormantNodeView/ |
H A D | DormantNodeView.cpp | 237 point -= ItemFrame(index).LeftTop(); in InitiateDrag()
|
/haiku/headers/os/interface/ |
H A D | ListView.h | 141 BRect ItemFrame(int32 index);
|
/haiku/src/preferences/printers/ |
H A D | JobListView.cpp | 276 BRect bounds = list->ItemFrame(list->IndexOf(this)); in DrawItem()
|
H A D | PrinterListView.cpp | 390 BRect bounds = list->ItemFrame(list->IndexOf(this)); in DrawItem()
|
/haiku/src/apps/webpositive/autocompletion/ |
H A D | AutoCompleterDefaultImpl.cpp | 393 float listHeight = fListView->ItemFrame(visibleCount - 1).bottom + 1; in ShowChoices()
|
/haiku/src/tests/kits/interface/menu/menuworld/ |
H A D | MenuView.cpp | 192 float itemHeight = m_pMenuOutlineView->ItemFrame(0).Height(); in AllAttached()
|
/haiku/src/apps/icon-o-matic/gui/ |
H A D | StyleListView.cpp | 402 BRect itemFrame(ItemFrame(index)); in MouseDown()
|
H A D | PathListView.cpp | 343 BRect itemFrame(ItemFrame(index)); in MouseDown()
|
/haiku/src/apps/softwareupdater/ |
H A D | SoftwareUpdaterWindow.cpp | 1290 zoomPoint.y = ItemFrame(count - 1).bottom; in ZoomPoint()
|
/haiku/docs/user/interface/ |
H A D | ListView.dox | 1037 \fn BRect BListView::ItemFrame(int32 index)
|