Home | History | Annotate | Download | only in launcher3

Lines Matching refs:windowWidth

590                 int windowWidth = windowTargetBounds.width();
592 float scaledWindowWidth = windowWidth * scale;
605 float cropHeight = windowHeight * easePercent + windowWidth * (1 - easePercent);
606 float initialTop = (windowHeight - windowWidth) / 2f;
609 crop.right = windowWidth;