Searched refs:newWidth (Results 51 - 75 of 80) sorted by relevance

1234

/haiku/headers/os/interface/
H A DListView.h53 virtual void FrameResized(float newWidth, float newHeight);
H A DOutlineListView.h35 virtual void FrameResized(float newWidth, float newHeight);
H A DWindow.h126 virtual void FrameResized(float newWidth, float newHeight);
H A DTextView.h83 virtual void FrameResized(float newWidth, float newHeight);
H A DView.h194 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/kits/interface/
H A DChannelControl.cpp196 BChannelControl::FrameResized(float newWidth, float newHeight) argument
198 BView::FrameResized(newWidth, newHeight);
H A DDragger.cpp372 BDragger::FrameResized(float newWidth, float newHeight) argument
374 BView::FrameResized(newWidth, newHeight);
H A DButton.cpp471 BButton::FrameResized(float newWidth, float newHeight) argument
473 BControl::FrameResized(newWidth, newHeight);
H A DAlert.cpp357 BAlert::FrameResized(float newWidth, float newHeight) argument
359 BWindow::FrameResized(newWidth, newHeight);
H A DStatusBar.cpp268 BStatusBar::FrameResized(float newWidth, float newHeight) argument
270 BView::FrameResized(newWidth, newHeight);
H A DSlider.cpp1065 float newWidth = 0.0; local
1067 newWidth = StringWidth(fUpdateText);
1069 float width = ceilf(std::max(newWidth, oldWidth)) + 2.0f;
H A DChannelSlider.cpp418 BChannelSlider::FrameResized(float newWidth, float newHeight) argument
420 BChannelControl::FrameResized(newWidth, newHeight);
H A DColorControl.cpp998 BColorControl::FrameResized(float newWidth, float newHeight) argument
1000 BControl::FrameResized(newWidth, newHeight);
H A DTextView.cpp803 BTextView::FrameResized(float newWidth, float newHeight) argument
805 BView::FrameResized(newWidth, newHeight);
820 newWidth = std::max(dataWidth, newWidth);
824 newWidth - fLayoutData->rightInset,
5116 float newWidth = _TextWidth(); local
5117 float right = oldWidth - newWidth;
5125 float grow = newWidth - oldWidth;
H A DOutlineListView.cpp241 BOutlineListView::FrameResized(float newWidth, float newHeight) argument
243 BListView::FrameResized(newWidth, newHeight);
H A DScrollView.cpp268 BScrollView::FrameResized(float newWidth, float newHeight) argument
270 BView::FrameResized(newWidth, newHeight);
317 // changes in newWidth
H A DMenuField.cpp577 BMenuField::FrameResized(float newWidth, float newHeight) argument
579 BView::FrameResized(newWidth, newHeight);
H A DTabView.cpp1157 BTabView::FrameResized(float newWidth, float newHeight) argument
1159 BView::FrameResized(newWidth, newHeight);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp197 SoftwareUpdaterWindow::FrameResized(float newWidth, float newHeight) argument
199 BWindow::FrameResized(newWidth, newHeight);
1110 PackageListView::FrameResized(float newWidth, float newHeight) argument
1112 BOutlineListView::FrameResized(newWidth, newHeight);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp421 MainWin::FrameResized(float newWidth, float newHeight) argument
423 if (newWidth != Bounds().Width() || newHeight != Bounds().Height()) {
430 // printf("FrameResized enter: newWidth %.0f, newHeight %.0f\n",
431 // newWidth, newHeight);
434 sNoVideoWidth = fNoVideoWidth = (int)newWidth;
436 int maxVideoWidth = int(newWidth) + 1;
450 fMenuBar->ResizeTo(newWidth, fMenuBarHeight - 1);
471 fControls->ResizeTo(newWidth, fControlsHeight - 1);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp306 Chart::FrameResized(float newWidth, float newHeight) argument
308 //printf("Chart::FrameResized(%f, %f)\n", newWidth, newHeight);
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp228 DownloadWindow::FrameResized(float newWidth, float newHeight) argument
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp136 virtual void FrameResized(float newWidth, float newHeight);
452 WorkspacesView::FrameResized(float newWidth, float newHeight) argument
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp274 CanvasView::VisibleSizeChanged(float oldWidth, float oldHeight, float newWidth, argument
/haiku/src/apps/terminal/
H A DTermWindow.cpp1568 TermWindow::FrameResized(float newWidth, float newHeight) argument
1570 BWindow::FrameResized(newWidth, newHeight);

Completed in 329 milliseconds

1234