Searched refs:extraRows (Results 1 – 1 of 1) sorted by relevance
437 Set<Integer> extraRows = null; in findCellsOutsideDeclaredBounds() local440 if (extraRows == null) { in findCellsOutsideDeclaredBounds()441 extraRows = new HashSet<Integer>(); in findCellsOutsideDeclaredBounds()443 extraRows.add(view.row); in findCellsOutsideDeclaredBounds()446 if (extraRows != null && declaredRowCount != UNDEFINED) { in findCellsOutsideDeclaredBounds()447 List<Integer> rows = new ArrayList<Integer>(extraRows); in findCellsOutsideDeclaredBounds()