Searched refs:getInputStreamForResource (Results 1 – 8 of 8) 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()
45 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in VideoThumbnailRequest
34 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in UriImageRequest
79 mOrientation = ImageUtils.getOrientation(getInputStreamForResource()); in loadBitmapInternal()
106 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in CompositeImageRequest
46 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in NetworkUriImageRequest
53 getInputStreamForResource(R.raw.netstats_uid_v4)) in testReadPlatformCollection()58 getInputStreamForResource(R.raw.netstats_uid_v16)) in testReadPlatformCollection()100 private fun getInputStreamForResource(resourceId: Int): DataInputStream { in getInputStreamForResource() method in android.net.netstats.NetworkStatsDataMigrationUtilsTest