Searched refs:mExistingItems (Results 1 – 2 of 2) 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()
381 private final IntSparseArrayMap<Object> mExistingItems; field in ImportDataTask.HotseatParserCallback390 mExistingItems = existingItems; in HotseatParserCallback()403 if (mExistingItems.size() >= mRequiredSize) { in insertAndCheck()428 while (mExistingItems.get(screen) != null) { in insertAndCheck()431 mExistingItems.put(screen, intent); in insertAndCheck()