Home | History | Annotate | Download | only in launcher3

Lines Matching refs:screenIds

1095             ArrayList<Long> screenIds = new ArrayList<Long>();
1097 int count = loader.loadLayout(db, screenIds);
1100 Collections.sort(screenIds);
1103 for (Long id : screenIds) {