Searched refs:rowOffsets (Results 1 – 2 of 2) sorted by relevance
750 List<Integer> rowOffsets = new ArrayList<Integer>(mRowViews.keySet()); in initializeRows() local751 Collections.sort(rowOffsets); in initializeRows()754 for (Integer row : rowOffsets) { in initializeRows()769 int index = Collections.binarySearch(rowOffsets, view.getBottomEdge()); in initializeRows()
156 List<Integer> rowOffsets = edgeList.getRowOffsets(); in analyzeLayout() local160 int[] top = new int[rowOffsets.size()]; in analyzeLayout()170 for (Integer offset : rowOffsets) { in analyzeLayout()177 initializeSpans(edgeList, columnOffsets, rowOffsets, xToCol, yToRow); in analyzeLayout()241 List<Integer> rowOffsets, Map<Integer, Integer> xToCol, Map<Integer, Integer> yToRow) { in initializeSpans() argument260 for (Integer offset : rowOffsets) { in initializeSpans()