Searched refs:newHeight (Results 1 - 25 of 78) sorted by last modified time

1234

/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp837 float newHeight = fCachedBaseHeight + _UptimeHeight(); local
838 _ResizeBy(0, newHeight - fCachedMinHeight);
839 fCachedMinHeight = newHeight;
1348 float newHeight = logoViewHeight + sysInfoViewHeight; local
1349 if (newHeight != fCachedMinHeight) {
1351 fCachedMinWidth - (fSysInfoView->MinWidth() + insets), newHeight));
1352 fCachedMinHeight = newHeight;
/haiku/src/apps/terminal/
H A DTermWindow.cpp1568 TermWindow::FrameResized(float newWidth, float newHeight) argument
1570 BWindow::FrameResized(newWidth, newHeight);
H A DTermWindow.h76 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/kits/interface/
H A DStatusBar.cpp268 BStatusBar::FrameResized(float newWidth, float newHeight) argument
270 BView::FrameResized(newWidth, newHeight);
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);
332 // changes in newHeight
H A DListView.cpp261 BListView::FrameResized(float newWidth, float newHeight) argument
H A DTextView.cpp803 BTextView::FrameResized(float newWidth, float newHeight) argument
805 BView::FrameResized(newWidth, newHeight);
825 newHeight - fLayoutData->bottomInset);
3800 float newHeight = fTextRect.Height(); local
3804 || newHeight != saveHeight) {
3808 if (newHeight != saveHeight) {
3810 if (newHeight < saveHeight)
3813 toLine = _LineAt(BPoint(0.0f, newHeight + fTextRect.top));
3836 if (newHeight != saveHeight || fMinTextRectWidth != saveWidth)
3933 float newHeight local
[all...]
H A DColorControl.cpp998 BColorControl::FrameResized(float newWidth, float newHeight) argument
1000 BControl::FrameResized(newWidth, newHeight);
H A DAlert.cpp357 BAlert::FrameResized(float newWidth, float newHeight) argument
359 BWindow::FrameResized(newWidth, newHeight);
H A DTabView.cpp1157 BTabView::FrameResized(float newWidth, float newHeight) argument
1159 BView::FrameResized(newWidth, newHeight);
H A DButton.cpp471 BButton::FrameResized(float newWidth, float newHeight) argument
473 BControl::FrameResized(newWidth, newHeight);
H A DMenuField.cpp577 BMenuField::FrameResized(float newWidth, float newHeight) argument
579 BView::FrameResized(newWidth, newHeight);
591 if (newHeight != fLayoutData->previous_height && Label()) {
598 fLayoutData->previous_height = newHeight;
H A DWindow.cpp1339 BWindow::FrameResized(float newWidth, float newHeight) argument
H A DView.cpp1306 BView::FrameResized(float newWidth, float newHeight) argument
/haiku/headers/os/interface/
H A DOutlineListView.h35 virtual void FrameResized(float newWidth, float newHeight);
H A DListView.h53 virtual void FrameResized(float newWidth, float newHeight);
H A DTextView.h83 virtual void FrameResized(float newWidth, float newHeight);
H A DAlert.h73 virtual void FrameResized(float newWidth, float newHeight);
H A DView.h194 virtual void FrameResized(float newWidth, float newHeight);
H A DPictureButton.h44 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/servers/app/
H A DServerWindow.cpp1397 float newWidth, newHeight; local
1399 if (link.Read<float>(&newHeight) != B_OK)
1404 fCurrentView->Name(), newWidth, newHeight));
1407 float deltaHeight = newHeight - fCurrentView->Frame().Height();
/haiku/src/apps/mediaplayer/
H A DMainWin.h38 virtual void FrameResized(float newWidth, float newHeight);
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);
437 int maxVideoHeight = int(newHeight) + 1
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp275 float newHeight)
274 VisibleSizeChanged(float oldWidth, float oldHeight, float newWidth, float newHeight) argument

Completed in 190 milliseconds

1234