Searched refs:gridSize (Results 1 – 3 of 3) sorted by relevance
66 public Point gridSize; field in CellLayoutTestCaseReader.Board69 public Board(Point gridSize, String board) { in Board() argument71 this.gridSize = gridSize; in Board()
247 final int gridSize = mGridNeighbors.length; in computeNearestNeighbors() local261 final Key[] neighborsFlatBuffer = new Key[gridSize * keyCount]; in computeNearestNeighbors()262 final int[] neighborCountPerCell = new int[gridSize]; in computeNearestNeighbors()358 for (int i = 0; i < gridSize; ++i) { in computeNearestNeighbors()
299 testCaseMap.put(endBoard.gridSize, in addTestCase()