Home
last modified time | relevance | path

Searched refs:sourceType (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java73 private Bitmap getOverlayAlbumIcon(int sourceType) { in getOverlayAlbumIcon() argument
74 switch (sourceType) { in getOverlayAlbumIcon()
127 String title, String count, int sourceType) { in requestLabel() argument
128 return new AlbumLabelJob(title, count, sourceType); in requestLabel()
146 public AlbumLabelJob(String title, String count, int sourceType) { in AlbumLabelJob() argument
149 mSourceType = sourceType; in AlbumLabelJob()
DAlbumSetSlidingWindow.java78 public int sourceType; field in AlbumSetSlidingWindow.AlbumSetEntry
236 AlbumSetEntry entry, String title, int totalCount, int sourceType) { in isLabelChanged() argument
239 || entry.sourceType != sourceType; in isLabelChanged()
254 int sourceType = DataSourceType.identifySourceType(album); in updateAlbumSetEntry() local
255 if (isLabelChanged(entry, title, totalCount, sourceType)) { in updateAlbumSetEntry()
258 entry.sourceType = sourceType; in updateAlbumSetEntry()
266 slotIndex, title, totalCount, sourceType); in updateAlbumSetEntry()
486 int slotIndex, String title, int totalCount, int sourceType) { in AlbumLabelLoader() argument
490 mSourceType = sourceType; in AlbumLabelLoader()
548 entry.title, entry.totalCount, entry.sourceType); in onSlotSizeChanged()
DManageCacheDrawer.java69 boolean available = isLocal(entry.sourceType) || chooseToCache; in renderSlot()
83 entry.sourceType, isCaching, chooseToCache, width, height); in renderSlot()