Searched refs:movableWidth (Results 1 – 2 of 2) sorted by relevance
564 int movableWidth = rect.width() - valueWidth; in indeterminateProgressValueRectFor() local565 if (movableWidth <= 0) in indeterminateProgressValueRectFor()570 return IntRect(rect.x() + progress * 2 * movableWidth, rect.y(), valueWidth, rect.height()); in indeterminateProgressValueRectFor()571 …return IntRect(rect.x() + (1.0 - progress) * 2 * movableWidth, rect.y(), valueWidth, rect.height()… in indeterminateProgressValueRectFor()
660 int movableWidth = progressRect.width() - newWidth; in calculateProgressRect() local668 progressRect.setX(progressRect.x() + (animationProgress * 2 * movableWidth)); in calculateProgressRect()670 progressRect.setX(progressRect.x() + ((1.0 - animationProgress) * 2 * movableWidth)); in calculateProgressRect()