Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DScrollBar.cpp88 fStopValue(0.0), in Private()
140 float fStopValue; member in BScrollBar::Private
179 if (fThumbInc > 0.0 && value <= fStopValue) in ButtonRepeaterThread()
181 if (fThumbInc < 0.0 && value >= fStopValue) in ButtonRepeaterThread()
703 if ((fValue < fPrivateData->fStopValue in MouseMoved()
705 || (fValue > fPrivateData->fStopValue in MouseMoved()
1423 fPrivateData->fStopValue = _ValueFor(BPoint(where.x, where.y in _UpdateTargetValue()
1426 fPrivateData->fStopValue = _ValueFor(BPoint(where.x in _UpdateTargetValue()