OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contentloader
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSlidingWindow.java
56
private BitmapLoader
contentLoader
;
235
entry.
contentLoader
.startLoad();
236
return entry.
contentLoader
.isRequestInProgress();
251
if (item.
contentLoader
!= null) item.
contentLoader
.cancelLoad();
258
if (entry.
contentLoader
!= null) entry.
contentLoader
.recycle();
272
entry.
contentLoader
= new ThumbnailLoader(slotIndex, entry.item);
Completed in 1187 milliseconds