Home | History | Annotate | Download | only in launcher3

Lines Matching defs:cellCountY

144         final int cellCountY = parent.getCellCountY();
206 if (y < (cellCountY - 1)) {
626 final int cellCountY = layout.getCountY();
629 if (0 <= newRow && newRow < cellCountY) {