Searched refs:itemMinHeight (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DCardLayout.cpp158 float itemMinHeight; local
161 item->GetHeightForWidth(width, &itemMinHeight, &itemMaxHeight,
163 minHeight = max_c(minHeight, itemMinHeight);
H A DSplitLayout.cpp1362 float itemMinHeight, itemMaxHeight, itemPreferredHeight; local
1365 &itemMinHeight, &itemMaxHeight, &itemPreferredHeight);
1366 verticalLayouter->AddConstraints(index, 1, itemMinHeight,

Completed in 73 milliseconds