Searched defs:requestImage (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
H A DMockItem.java30 public Job<Bitmap> requestImage(int type) { method in class:MockItem
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DSnailItem.java39 public Job<Bitmap> requestImage(int type) { method in class:SnailItem
60 // We do not provide requestImage or requestLargeImage, instead we
H A DActionImage.java43 public Job<Bitmap> requestImage(int type) { method in class:ActionImage
H A DLocalImage.java177 public Job<Bitmap> requestImage(int type) { method in class:LocalImage
H A DLocalVideo.java154 public Job<Bitmap> requestImage(int type) { method in class:LocalVideo
H A DMediaItem.java53 public abstract Job<Bitmap> requestImage(int type); method in class:MediaItem
106 // This is an alternative for requestImage() in PhotoPage. If this
107 // is implemented, you don't need to implement requestImage().
H A DUriImage.java70 public Job<Bitmap> requestImage(int type) { method in class:UriImage

Completed in 712 milliseconds