Home | History | Annotate | Download | only in launcher2

Lines Matching full:endy

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