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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java57 String pathName, boolean isShareable) {
59 BitmapRegionDecoder d = BitmapRegionDecoder.newInstance(pathName, isShareable);
70 InputStream is, boolean isShareable) {
72 BitmapRegionDecoder d = BitmapRegionDecoder.newInstance(is, isShareable);
56 newInstance( String pathName, boolean isShareable) argument
69 newInstance( InputStream is, boolean isShareable) argument

Completed in 11 milliseconds