Searched defs:isShareable (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/graphics/java/android/graphics/ |
| D | BitmapRegionDecoder.java | 63 int offset, int length, boolean isShareable) throws IOException { in newInstance() 88 FileDescriptor fd, boolean isShareable) throws IOException { in newInstance() 116 boolean isShareable) throws IOException { in newInstance() 146 boolean isShareable) throws IOException { in newInstance() 278 byte[] data, int offset, int length, boolean isShareable); in nativeNewInstance() 280 FileDescriptor fd, boolean isShareable); in nativeNewInstance() 282 InputStream is, byte[] storage, boolean isShareable); in nativeNewInstance() 284 long asset, boolean isShareable); in nativeNewInstance()
|
| /frameworks/base/libs/hwui/jni/ |
| D | BitmapRegionDecoder.cpp | 52 jint offset, jint length, jboolean isShareable) { in nativeNewInstanceFromByteArray() 66 jobject fileDescriptor, jboolean isShareable) { in nativeNewInstanceFromFileDescriptor() 88 jboolean isShareable) { in nativeNewInstanceFromStream() 102 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()
|