Searched refs:LatchWidth (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DColumnListView.cpp1215 float left = MAX(kLeftMargin, LatchWidth());
1651 float leftEdge = MAX(kLeftMargin, LatchWidth());
1680 BColumnListView::LatchWidth() const function in class:BColumnListView
2431 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth());
2454 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth());
2555 return MAX(kLeftMargin, fMasterView->LatchWidth()) + kRightMargin;
2636 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth());
2782 float columnLeftEdge = MAX(kLeftMargin, fMasterView->LatchWidth());
2813 if (invalidRect.left < MAX(kLeftMargin, fMasterView->LatchWidth())) {
2814 BRect titleRect(0, 0, MAX(kLeftMargin, fMasterView->LatchWidth())
[all...]
/haiku/headers/private/interface/
H A DColumnListView.h371 float LatchWidth() const;
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp1461 float maxWidth = fListView->LatchWidth();

Completed in 57 milliseconds