Home | History | Annotate | Download | only in launcher3

Lines Matching full:starty

2839             int startY = 0;
2841 startY = Math.max(startY, intersectY - (spanY - 1));
2848 for (int y = startY; y < endY && !foundCell; y++) {