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

/haiku/src/kits/interface/
H A DScrollBar.cpp1208 float thumbSize; local
1223 thumbSize = maxSize * proportion;
1224 if (thumbSize < minSize)
1225 thumbSize = minSize;
1227 thumbSize = minSize;
1229 thumbSize = floorf(thumbSize + 0.5);
1230 thumbSize--;
1232 // the thumb can be scrolled within the remaining area "maxSize - thumbSize - 1.0"
1236 * (maxSize - thumbSize
1279 float thumbSize; local
[all...]

Completed in 33 milliseconds