Home | History | Annotate | Download | only in media

Lines Matching refs:items

536         // In that case, we need to commit the respective Display Items when the
606 // The delta has changed, we have to compute the display items
635 ArrayList<MediaItem> items = set.getItems();
642 // ArrayUtils.computeSortedIntersection(items,
646 ArrayUtils.computeSortedIntersection(visibleItems, items, MAX_ITEMS_PER_SLOT, bestItems, mTempHash);
655 MediaItem item = items.get(currItemPos);
720 ArrayList<MediaItem> items = set.getItems();
721 int numItems = items.size();
723 String itemUri = items.get(j).mContentUri;
884 // Force recompute of visible items and their positions.
948 // We want to add items from the middle.
1078 ArrayList<MediaItem> items = set.getItems();
1079 if (items != null && set.getNumItems() > 0) {
1080 return (mDisplayList.get(items.get(0)));
1289 ArrayList<MediaItem> items = set.getItems();
1290 if (items == null || set.getNumItems() == 0) {
1293 if (ArrayUtils.contains(items, item)) {