Searched defs:board (Results 1 – 4 of 4) sorted by relevance
277 public static WidgetRect getWidgetRect(int x, int y, Set<Point> used, char[][] board) { in getWidgetRect()317 private static List<WidgetRect> getRects(char[][] board) { in getRects()330 private static List<IconPoint> getIconPoints(char[][] board) { in getIconPoints()354 CellLayoutBoard board = new CellLayoutBoard(); in boardFromString() local
32 CellLayoutBoard board = new CellLayoutBoard(); in workspaceToBoards() local
90 CellLayoutBoard board = boards.get(i); in buildWorkspaceFromBoards() local
106 public FavoriteItemsTransaction buildFromBoard(CellLayoutBoard board, in buildFromBoard()