Home | History | Annotate | Download | only in launcher2

Lines Matching refs:endY

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