Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmapRegionDecoder.java61 int offset, int length, boolean isShareable) throws IOException { in newInstance() argument
65 return nativeNewInstance(data, offset, length, isShareable); in newInstance()
86 FileDescriptor fd, boolean isShareable) throws IOException { in newInstance() argument
87 return nativeNewInstance(fd, isShareable); in newInstance()
114 boolean isShareable) throws IOException { in newInstance() argument
118 isShareable); in newInstance()
124 return nativeNewInstance(is, tempStorage, isShareable); in newInstance()
144 boolean isShareable) throws IOException { in newInstance() argument
150 decoder = newInstance(stream, isShareable); in newInstance()
265 byte[] data, int offset, int length, boolean isShareable); in nativeNewInstance() argument
[all …]
/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp58 jint offset, jint length, jboolean isShareable) { in nativeNewInstanceFromByteArray() argument
72 jobject fileDescriptor, jboolean isShareable) { in nativeNewInstanceFromFileDescriptor() argument
94 jboolean isShareable) { in nativeNewInstanceFromStream() argument
108 jboolean isShareable) { in nativeNewInstanceFromAsset() argument
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java58 String pathName, boolean isShareable) { in newInstance() argument
60 BitmapRegionDecoder d = BitmapRegionDecoder.newInstance(pathName, isShareable); in newInstance()
71 InputStream is, boolean isShareable) { in newInstance() argument
73 BitmapRegionDecoder d = BitmapRegionDecoder.newInstance(is, isShareable); in newInstance()