Lines Matching defs:config
1433 ItemConfiguration config;
1443 public ViewCluster(ArrayList<View> views, ItemConfiguration config) {
1445 this.config = config;
1468 CellAndSpan cs = config.map.get(views.get(i));
1507 CellAndSpan cs = config.map.get(v);
1546 CellAndSpan c = config.map.get(v);
1575 CellAndSpan c = config.map.get(v);
1633 CellAndSpan l = config.map.get(left);
1634 CellAndSpan r = config.map.get(right);
1651 Collections.sort(config.sortedViews, comparator);