Searched refs:screenCols (Results 1 – 2 of 2) sorted by relevance
221 final int screenCols = profile.numColumns; in sortWorkspaceItemsSpatially() local231 lhs.cellY * screenCols + lhs.cellX); in sortWorkspaceItemsSpatially()233 rhs.cellY * screenCols + rhs.cellX); in sortWorkspaceItemsSpatially()
156 screenCols, screenRows = get_screens(conn)159 screenData = [dict(zip(screenCols, screenRow)) for screenRow in screenRows]