Home | History | Annotate | Download | only in launcher2

Lines Matching refs:items

306         // When the folder gets focus, we don't want to announce the list of items.
331 private void placeInReadingOrder(ArrayList<ShortcutInfo> items) {
333 int count = items.size();
335 ShortcutInfo item = items.get(i);
342 Collections.sort(items, gridComparator);
347 ShortcutInfo item = items.get(i);
369 // We rearrange the items in case there are any empty gaps
372 // If our folder has too many items we prune them from the list. This is an issue
374 // number of items.