Home | History | Annotate | Download | only in launcher2

Lines Matching refs:centeredTop

807         int centeredTop = centerY - height / 2;
824 int top = Math.min(Math.max(bounds.top, centeredTop),
835 int folderPivotY = height / 2 + (centeredTop - top);