Home
last modified time | relevance | path

Searched refs:newStreamNotNull (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
DInputStreamProvider.java38 return newStreamNotNull(); in newStream()
47 public abstract InputStream newStreamNotNull() throws IOException; in newStreamNotNull() method in InputStreamProvider
108 is = newStreamNotNull(); in readCroppedBitmap()
226 is = newStreamNotNull(); in getRotationFromExif()
239 public InputStream newStreamNotNull() throws IOException { in fromUri()
248 public InputStream newStreamNotNull() {
257 public InputStream newStreamNotNull() {
/packages/apps/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java243 InputStream is = mStreamProvider.newStreamNotNull(); in loadBitmapRegionDecoder()
248 is = mStreamProvider.newStreamNotNull(); in loadBitmapRegionDecoder()
267 InputStream is = mStreamProvider.newStreamNotNull(); in loadPreviewBitmap()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DFileWallpaperInfo.java63 is = isp.newStreamNotNull(); in onSave()