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

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

Completed in 32 milliseconds