Searched refs:fSliderView (Results 1 – 1 of 1) sorted by relevance
103 fSliderView = new TwoDimensionalSliderView( in TestWindow()105 fSliderView->SetLocationRange(BPoint(0, 0), BPoint(0, 0)); in TestWindow()106 view->AddChild(fSliderView); in TestWindow()163 BPoint sliderLocation(fSliderView->Location()); in MessageReceived()200 BSize sliderSize(fSliderView->Size()); in _UpdateSliderConstraints()201 BSize parentSize(fSliderView->Parent()->Size()); in _UpdateSliderConstraints()207 fSliderView->SetLocationRange(minSliderLocation, maxSliderLocation); in _UpdateSliderConstraints()279 TwoDimensionalSliderView* fSliderView; member in TestWindow