Searched refs:thumbLocation (Results 1 – 1 of 1) sorted by relevance
177 LayoutPoint thumbLocation = thumb->location(); in layout() local179 thumbLocation.setY(thumbLocation.y() + track->contentHeight() - thumb->height() - offset); in layout()181 thumbLocation.setX(thumbLocation.x() + offset); in layout()183 thumbLocation.setX(thumbLocation.x() - offset); in layout()184 thumb->setLocation(thumbLocation); in layout()