Searched refs:ScrollTo (Results 1 - 25 of 37) sorted by relevance

12

/haiku/src/apps/cortex/support/
H A DScrollHelpers.h58 virtual void ScrollTo(BPoint where) { function in class:ScrollProxyView
61 _inherited::ScrollTo(where);
/haiku/src/apps/terminal/
H A DTermScrollView.cpp30 target->ScrollTo(0, newValue);
H A DTermView.h154 virtual void ScrollTo(BPoint where);
/haiku/headers/os/interface/
H A DListView.h77 virtual void ScrollTo(BPoint where);
78 inline void ScrollTo(float x, float y);
113 void ScrollTo(int32 index);
209 BListView::ScrollTo(float x, float y) function in class:BListView
211 ScrollTo(BPoint(x, y));
H A DView.h575 void ScrollTo(float x, float y);
576 virtual void ScrollTo(BPoint where);
799 BView::ScrollTo(float x, float y) function in class:BView
801 ScrollTo(BPoint(x, y));
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h58 virtual void ScrollTo(BPoint where);
88 void ScrollTo(int32 index);
H A DListViews.cpp197 // ScrollTo
199 DragSortableListView::ScrollTo(BPoint where) function in class:DragSortableListView
206 BListView::ScrollTo(where);
613 // ScrollTo
615 DragSortableListView::ScrollTo(int32 index) function in class:DragSortableListView
626 ScrollTo(itemFrame.LeftTop());
628 ScrollTo(BPoint(0.0, itemFrame.bottom - bounds.Height()));
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.h66 virtual void ScrollTo(BPoint where);
H A DChart.cpp408 Chart::ScrollTo(BPoint where) function in class:Chart
/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp48 ScrollTo(0.0, 0.0);
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp146 ScrollTo(0, fmaxf(0, bounds.top - bounds.Height()));
155 ScrollTo(0, fminf(maxScrollY, pageDownScrollY));
575 ScrollTo(0, _YOfIndex(index));
579 ScrollTo(0, scrollPointY);
756 fPackagesView->ScrollTo(0, offset);
/haiku/headers/private/interface/
H A DColumnListView.h327 void ScrollTo(const BRow* Row);
328 void ScrollTo(BPoint point);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp148 void ScrollTo(float x, float y) function in class:TWindowView
150 ScrollTo(BPoint(x, y));
152 virtual void ScrollTo(BPoint where);
178 void ScrollTo(float x, float y) function in class:TIconView
179 { ScrollTo(BPoint(x, y)); }
180 virtual void ScrollTo(BPoint where);
2040 ScrollTo(rect.left - (fManager->CenterSlot() * fManager->SlotSize()), 0);
2052 TIconView::ScrollTo(BPoint where) function in class:TIconView
2054 BView::ScrollTo(where);
2179 ScrollTo(B_ORIGI
2206 TWindowView::ScrollTo(BPoint where) function in class:TWindowView
[all...]
H A DInlineScrollView.cpp543 fTarget->ScrollTo(0, 0);
/haiku/src/apps/charactermap/
H A DCharacterView.cpp136 BView::ScrollTo(0.0f, fTitleTops[blockIndex]);
147 BView::ScrollTo(0.0f, frame.top);
284 BView::ScrollTo(0, frame.top - fTopOffset);
/haiku/src/kits/interface/
H A DListView.cpp594 ScrollTo(scrollOffset);
606 ScrollTo(scrollOffset);
759 ScrollTo(index);
874 BListView::ScrollTo(BPoint point) function in class:BListView
876 BView::ScrollTo(point);
1228 BListView::ScrollTo(int32 index) function in class:BListView
1238 ScrollTo(itemFrame.LeftTop());
1240 ScrollTo(BPoint(0, itemFrame.bottom - bounds.Height()));
H A DColumnListView.cpp189 virtual void ScrollTo(BPoint where);
297 void ScrollTo(const BRow* row);
308 virtual void ScrollTo(BPoint where);
1452 BColumnListView::ScrollTo(const BRow* row) function in class:BColumnListView
1454 fOutlineView->ScrollTo(row);
1459 BColumnListView::ScrollTo(BPoint point) function in class:BColumnListView
1461 fOutlineView->ScrollTo(point);
1845 fOutlineView->ScrollTo(focusRow->fParent);
2834 TitleView::ScrollTo(BPoint position) function in class:TitleView
2840 // See OutlineView::ScrollTo fo
4666 OutlineView::ScrollTo(BPoint position) function in class:OutlineView
4732 OutlineView::ScrollTo(const BRow* row) function in class:OutlineView
[all...]
H A DMenuWindow.cpp342 fMenu->ScrollTo(0, 0);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp260 fConsoleOutput->ScrollTo(0.0, max);
/haiku/src/apps/installer/
H A DPackageViews.cpp232 ScrollTo(0, 0);
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp211 fApplications->ScrollTo(row);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp651 ScrollTo(0.0, y);
653 ScrollTo(0.0, y + fLineHeight - Bounds().Height());
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp460 fColumnListView->ScrollTo(spec);
/haiku/src/kits/tracker/
H A DPoseView.cpp364 ScrollTo(origin);
963 BPoseView::ScrollTo(BPoint where) function in class:BPoseView
965 _inherited::ScrollTo(where);
1687 BView::ScrollTo(bounds.left, std::max(lastItemTop, 0.0f));
3177 ScrollTo(newOrigin);
3516 ScrollTo(B_ORIGIN);
8122 BView::ScrollTo(bounds.left,
8393 ScrollTo(B_ORIGIN);
8476 ScrollTo(origin);
8540 ScrollTo(B_ORIGI
[all...]
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp727 virtual void ScrollTo(BPoint where) function in class:MainWindow::SchedulingPage::SchedulingView
729 LineBaseView::ScrollTo(where);

Completed in 479 milliseconds

12