Home | History | Annotate | Download | only in launcher3

Lines Matching refs:centeredLeft

1006         int centeredLeft = centerX - width / 2;
1021 int left = Math.min(Math.max(bounds.left, centeredLeft),
1036 int folderPivotX = width / 2 + (centeredLeft - left);