Searched refs:contentLoader (Results 1 – 1 of 1) sorted by relevance
56 private BitmapLoader contentLoader; field in AlbumSlidingWindow.AlbumEntry235 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()