Searched refs:screenCols (Results 1 – 2 of 2) sorted by relevance
156 screenCols, screenRows = get_screens(conn)159 screenData = [dict(zip(screenCols, screenRow)) for screenRow in screenRows]
218 final int screenCols = profile.numColumns; in sortWorkspaceItemsSpatially() local225 int lr = (lhs.screenId * screenCellCount + lhs.cellY * screenCols in sortWorkspaceItemsSpatially()227 int rr = (rhs.screenId * screenCellCount + +rhs.cellY * screenCols in sortWorkspaceItemsSpatially()