Home | History | Annotate | Download | only in launcher3

Lines Matching full:endy

2843             int endY = mCountY - (spanY - 1);
2845 endY = Math.min(endY, intersectY + (spanY - 1) + (spanY == 1 ? 1 : 0));
2848 for (int y = startY; y < endY && !foundCell; y++) {