Searched defs:isShareable (Results 1 – 2 of 2) sorted by relevance
28 byte[] data, int offset, int length, boolean isShareable) throws IOException { in newInstance()33 protected static BitmapRegionDecoder newInstance(FileDescriptor fd, boolean isShareable) in newInstance()39 protected static BitmapRegionDecoder newInstance(InputStream is, boolean isShareable) in newInstance()45 protected static BitmapRegionDecoder newInstance(String pathName, boolean isShareable) in newInstance()
17 export function isShareable() { function