Searched refs:mExistingItems (Results 1 – 1 of 1) sorted by relevance
45 private ArrayList<Path> mExistingItems = new ArrayList<Path>(); field in SecureAlbum88 int existingCount = mExistingItems.size(); in getMediaItem()95 ArrayList<Path> subset = new ArrayList<Path>(mExistingItems.subList(start, end)); in getMediaItem()116 return (mExistingItems.size() + (mShowUnlockItem ? 1 : 0)); in getMediaItemCount()175 mExistingItems.clear(); in updateExistingItems()181 if (videoIds.contains(id)) mExistingItems.add(path); in updateExistingItems()183 if (imageIds.contains(id)) mExistingItems.add(path); in updateExistingItems()