Searched refs:thumbLen (Results 1 – 1 of 1) sorted by relevance
307 int thumbLen = theme()->thumbLength(this); in moveThumb() local310 delta = min(trackLen - thumbLen - thumbPos, delta); in moveThumb()317 …sition = static_cast<float>(thumbPos + delta) * (maxPos - minPos) / (trackLen - thumbLen) + minPos; in moveThumb()471 int thumbLen = theme()->thumbLength(this); in mouseDown() local475 m_pressedPos = theme()->trackPosition(this) + theme()->thumbPosition(this) + thumbLen / 2; in mouseDown()