Home
last modified time | relevance | path

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), in TwoDimensionalSliderView()
33 fMaxLocation = maxLocation; in SetLocationRange()
50 return fMaxLocation; in MaxLocation()
69 if (location.x > fMaxLocation.x) in SetValue()
70 location.x = fMaxLocation.x; in SetValue()
71 if (location.y > fMaxLocation.y) in SetValue()
72 location.y = fMaxLocation.y; in SetValue()
H A DTwoDimensionalSliderView.h38 BPoint fMaxLocation; variable