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

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.cpp15 fMinLocation(0, 0),
32 fMinLocation = minLocation;
43 return fMinLocation;
57 return Location() - fMinLocation;
64 BPoint location = fMinLocation + value;
65 if (location.x < fMinLocation.x)
66 location.x = fMinLocation.x;
67 if (location.y < fMinLocation.y)
68 location.y = fMinLocation.y;
118 SetValue(fOriginalLocation - fMinLocation
[all...]
H A DTwoDimensionalSliderView.h37 BPoint fMinLocation; member in class:TwoDimensionalSliderView

Completed in 163 milliseconds