Home | History | Annotate | Download | only in launcher2

Lines Matching refs:centeredLeft

806         int centeredLeft = centerX - width / 2;
822 int left = Math.min(Math.max(bounds.left, centeredLeft),
834 int folderPivotX = width / 2 + (centeredLeft - left);