Home | History | Annotate | Download | only in launcher2

Lines Matching refs:centeredLeft

812         int centeredLeft = centerX - width / 2;
828 int left = Math.min(Math.max(bounds.left, centeredLeft),
840 int folderPivotX = width / 2 + (centeredLeft - left);