Home | History | Annotate | Download | only in launcher3

Lines Matching defs:maxX

350         int maxX = 0;
354 if (item.cellX > maxX) {
355 maxX = item.cellX;
359 GridComparator gridComparator = new GridComparator(maxX + 1);