Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapRegionDecoder.java28 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()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapRegionDecoder.java28 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()
/external/perfetto/ui/src/frontend/
Dtrace_attrs.ts17 export function isShareable() { function