Home | History | Annotate | Download | only in launcher3

Lines Matching refs:leftEdge

1283         final int[] leftEdge = new int[mCountY];
1303 leftEdge[i] = -1;
1318 if (left < leftEdge[j] || leftEdge[j] < 0) {
1319 leftEdge[j] = left;
1362 if (leftEdge[i] == cs.cellX + cs.spanX) {