Searched refs:CELL_COUNT (Results 1 – 1 of 1) sorted by relevance
690 final int CELL_COUNT = 1; in assignCellBoundsFromView() local691 xs = new int[CELL_COUNT + 1]; in assignCellBoundsFromView()692 ys = new int[CELL_COUNT + 1]; in assignCellBoundsFromView()693 int cellWidth = layoutBounds.w / CELL_COUNT; in assignCellBoundsFromView()694 int cellHeight = layoutBounds.h / CELL_COUNT; in assignCellBoundsFromView()696 for (int i = 0; i <= CELL_COUNT; i++) { in assignCellBoundsFromView()