Home | History | Annotate | Download | only in launcher2

Lines Matching defs:endY

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