Home | History | Annotate | Download | only in Launcher3

Lines Matching refs:COLUMNS

12 COLUMNS = 4
53 columns = [d[0] for d in c.description]
57 return columns,rows
62 columns = [d[0] for d in c.description]
66 return columns,rows
150 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE
153 columns,rows = get_favorites(conn)
156 data = [dict(zip(columns,row)) for row in rows]
159 # Calculate the proper number of screens, columns, and rows in this db
171 COLUMNS = max(COLUMNS, d["cellX"] + d["spanX"])
197 for col in columns:
199 for i in range(0,len(columns)):
200 col = columns[i]
251 for k in range(0,COLUMNS):
289 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE
292 COLUMNS = 6
297 COLUMNS = 8