Searched defs:isShareable (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | BitmapRegionDecoder.java | 61 int offset, int length, boolean isShareable) throws IOException { in newInstance() 86 FileDescriptor fd, boolean isShareable) throws IOException { in newInstance() 114 boolean isShareable) throws IOException { in newInstance() 144 boolean isShareable) throws IOException { in newInstance() 265 byte[] data, int offset, int length, boolean isShareable); in nativeNewInstance() 267 FileDescriptor fd, boolean isShareable); in nativeNewInstance() 269 InputStream is, byte[] storage, boolean isShareable); in nativeNewInstance() 271 long asset, boolean isShareable); in nativeNewInstance()
|
/frameworks/base/core/jni/android/graphics/ |
D | BitmapRegionDecoder.cpp | 58 jint offset, jint length, jboolean isShareable) { in nativeNewInstanceFromByteArray() 72 jobject fileDescriptor, jboolean isShareable) { in nativeNewInstanceFromFileDescriptor() 94 jboolean isShareable) { in nativeNewInstanceFromStream() 108 jboolean isShareable) { in nativeNewInstanceFromAsset()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 58 String pathName, boolean isShareable) { in newInstance() 71 InputStream is, boolean isShareable) { in newInstance()
|