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

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

Completed in 44 milliseconds