Home | History | Annotate | Download | only in launcher2

Lines Matching defs:cellCountY

145         final int cellCountY = parent.getCellCountY();
207 if (y < (cellCountY - 1)) {
627 final int cellCountY = layout.getCountY();
630 if (0 <= newRow && newRow < cellCountY) {