Searched refs:getInputStreamForResource (Results 1 – 7 of 7) sorted by relevance
96 protected abstract InputStream getInputStreamForResource() throws FileNotFoundException; in getInputStreamForResource() method in ImageRequest114 GifImageResource.createGifImageResource(getKey(), getInputStreamForResource()); in loadMediaInternal()129 return ImageUtils.isGif(getInputStreamForResource()); in isGif()150 mOrientation = ImageUtils.getOrientation(getInputStreamForResource()); in loadBitmapInternal()156 final InputStream inputStream = getInputStreamForResource(); in loadBitmapInternal()193 final InputStream inputStream = getInputStreamForResource(); in loadBitmapInternal()
52 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in AvatarRequest54 return super.getInputStreamForResource(); in getInputStreamForResource()
34 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in UriImageRequest
49 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in VideoThumbnailRequest
79 mOrientation = ImageUtils.getOrientation(getInputStreamForResource()); in loadBitmapInternal()
46 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in NetworkUriImageRequest
106 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in CompositeImageRequest