Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSlidingWindow.java56 private BitmapLoader contentLoader; field in AlbumSlidingWindow.AlbumEntry
235 entry.contentLoader.startLoad(); in requestSlotImage()
236 return entry.contentLoader.isRequestInProgress(); in requestSlotImage()
251 if (item.contentLoader != null) item.contentLoader.cancelLoad(); in cancelSlotImage()
258 if (entry.contentLoader != null) entry.contentLoader.recycle(); in freeSlotContent()
272 entry.contentLoader = new ThumbnailLoader(slotIndex, entry.item); in prepareSlotContent()