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

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.cpp16 fMaxLocation(0, 0),
33 fMaxLocation = maxLocation;
50 return fMaxLocation;
69 if (location.x > fMaxLocation.x)
70 location.x = fMaxLocation.x;
71 if (location.y > fMaxLocation.y)
72 location.y = fMaxLocation.y;
H A DTwoDimensionalSliderView.h38 BPoint fMaxLocation; member in class:TwoDimensionalSliderView

Completed in 25 milliseconds