Searched refs:minLocation (Results 1 – 2 of 2) sorted by relevance
24 TwoDimensionalSliderView::SetLocationRange(BPoint minLocation, in SetLocationRange() argument27 if (maxLocation.x < minLocation.x) in SetLocationRange()28 maxLocation.x = minLocation.x; in SetLocationRange()29 if (maxLocation.y < minLocation.y) in SetLocationRange()30 maxLocation.y = minLocation.y; in SetLocationRange()32 fMinLocation = minLocation; in SetLocationRange()
20 void SetLocationRange(BPoint minLocation,