Searched refs:FrameResized (Results 201 - 225 of 258) sorted by relevance

1234567891011

/haiku/src/servers/notification/
H A DNotificationWindow.cpp144 NotificationWindow::FrameResized(float width, float height) function in class:NotificationWindow
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp287 void InfoView::FrameResized( function in class:InfoView
290 D_HOOK(("InfoView::FrameResized()\n"));
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp228 DownloadWindow::FrameResized(float newWidth, float newHeight) function in class:DownloadWindow
/haiku/headers/os/interface/
H A DWindow.h126 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp667 FrameResized(Bounds().Width(), Bounds().Height());
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp321 MemoryView::FrameResized(float width, float height) function in class:MemoryView
323 BView::FrameResized(width, height);
/haiku/src/kits/interface/
H A DChannelSlider.cpp418 BChannelSlider::FrameResized(float newWidth, float newHeight) function in class:BChannelSlider
420 BChannelControl::FrameResized(newWidth, newHeight);
H A DTextControl.cpp142 float previous_width; // used in FrameResized() for
399 BTextControl::FrameResized(float width, float height) function in class:BTextControl
403 BControl::FrameResized(width, height);
H A DColorControl.cpp998 BColorControl::FrameResized(float newWidth, float newHeight) function in class:BColorControl
1000 BControl::FrameResized(newWidth, newHeight);
H A DOutlineListView.cpp241 BOutlineListView::FrameResized(float newWidth, float newHeight) function in class:BOutlineListView
243 BListView::FrameResized(newWidth, newHeight);
H A DScrollView.cpp268 BScrollView::FrameResized(float newWidth, float newHeight) function in class:BScrollView
270 BView::FrameResized(newWidth, newHeight);
H A DBox.cpp319 BBox::FrameResized(float width, float height) function in class:BBox
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp123 virtual void FrameResized(float width, float height) function in class:OutputBox
129 BBox::FrameResized(width, height);
/haiku/src/apps/tv/
H A DMainWin.cpp654 MainWin::FrameResized(float new_width, float new_height) function in class:MainWin
664 printf("FrameResized enter: new_width %.0f, new_height %.0f, bounds width "
670 printf("FrameResized in fullscreen mode\n");
679 printf("FrameResized triggered automatically\n");
685 printf("FrameResized by user in window mode\n");
689 printf("FrameResized ignored\n");
698 printf("FrameResized leave\n");
837 printf("ToggleFullscreen - ignoring, as FrameResized wasn't called "
892 // FrameResized() will do the required adjustments
962 FrameResized(Bound
[all...]
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp152 void DiagramView::FrameResized( function in class:DiagramView
156 D_METHOD(("DiagramView::FrameResized()\n"));
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp171 void StatusView::FrameResized( function in class:StatusView
174 D_HOOK(("StatusView::FrameResized()\n"));
H A DRouteWindow.cpp315 RouteWindow::FrameResized(float width, float height) function in class:RouteWindow
317 D_HOOK(("RouteWindow::FrameResized()\n"));
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp374 // FrameResized
376 ScrollView::FrameResized(float width, float height) function in class:ScrollView
/haiku/src/apps/resedit/
H A DBitmapView.cpp387 BitmapView::FrameResized(float w, float h) function in class:BitmapView
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp624 // reattach scrollbar and sync it by calling FrameResized()
627 FrameResized(Bounds().Width(), Bounds().Height());
/haiku/src/tools/translation/inspector/
H A DImageView.cpp119 ImageView::FrameResized(float width, float height) function in class:ImageView
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp294 NetworkStatusView::FrameResized(float width, float height) function in class:NetworkStatusView
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp89 CanvasView::FrameResized(float width, float height) function in class:CanvasView
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp466 TrackSlider::FrameResized(float width, float height) function in class:TrackSlider
/haiku/src/apps/serialconnect/
H A DTermView.cpp183 TermView::FrameResized(float width, float height) function in class:TermView
519 // TODO we need to adjust this in FrameResized, as availableRows can

Completed in 135 milliseconds

1234567891011