Home
last modified time | relevance | path

Searched refs:fWrapperView (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp97 fWrapperView = new WrapperView(fTest->GetView()); in TestWindow()
98 fWrapperView->SetLocation(BPoint(10, 10)); in TestWindow()
99 view->AddChild(fWrapperView); in TestWindow()
100 fWrapperView->SetSize(fWrapperView->PreferredSize()); in TestWindow()
148 if (!fWrapperView->GetView()->IsLayoutValid()) { in DispatchMessage()
164 BPoint wrapperLocation(fWrapperView->Location()); in MessageReceived()
167 fWrapperView->SetSize(size); in MessageReceived()
174 fWrapperView->GetView()->SetExplicitMaxSize( in MessageReceived()
177 fWrapperView->GetView()->SetExplicitMaxSize( in MessageReceived()
191 BPoint wrapperLocation(fWrapperView->Location()); in _UpdateSliderConstraints()
[all …]