Searched refs:fMaxLocation (Results 1 – 2 of 2) sorted by relevance
16 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()
38 BPoint fMaxLocation; variable