Searched refs:ys (Results 1 – 2 of 2) sorted by relevance
353 int[] ys = cellBounds.getSecond(); in paintStructure() local356 for (int row = 0; row < ys.length; row++) { in paintStructure()357 int y = ys[row] + b.y; in paintStructure()
684 int[] ys = cellBounds.getSecond(); in assignCellBoundsFromView() local692 ys = new int[CELL_COUNT + 1]; in assignCellBoundsFromView()698 ys[i] = i * cellHeight; in assignCellBoundsFromView()703 actualRowCount = ys.length - 1; in assignCellBoundsFromView()708 mTop = new int[ys.length]; in assignCellBoundsFromView()712 for (int i = 0; i < ys.length; i++) { in assignCellBoundsFromView()713 mTop[i] = ys[i] + layoutBoundsY; in assignCellBoundsFromView()890 int[] ys = (int[]) verticalLocations; in getAxisBounds() local891 return Pair.of(xs, ys); in getAxisBounds()