Home
last modified time | relevance | path

Searched refs:rightRange (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/input/
H A DInputTouchpadPrefView.h57 void SetValues(float rightRange, float bottomRange);
H A DInputTouchpadPrefView.cpp143 TouchpadView::SetValues(float rightRange, float bottomRange) in SetValues() argument
145 fXScrollRange = fPadRect.Width() * (1 - rightRange); in SetValues()