Searched defs:nativeDecodeStream (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java91 /*package*/ static Bitmap nativeDecodeStream(InputStream is, byte[] storage, method in class:BitmapFactory_Delegate
93 return nativeDecodeStream(is, storage, padding, opts, false, 1.f);
97 /*package*/ static Bitmap nativeDecodeStream(InputStream is, byte[] storage, method in class:BitmapFactory_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMovie.java55 return nativeDecodeStream(is);
59 private static native Movie nativeDecodeStream(InputStream is); method in class:Movie
H A DBitmapFactory.java601 return nativeDecodeStream(is, tempStorage, outPadding, opts);
673 private static native Bitmap nativeDecodeStream(InputStream is, byte[] storage, method in class:BitmapFactory
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp473 static jobject nativeDecodeStream(JNIEnv* env, jobject clazz, jobject is, jbyteArray storage, function
577 { "nativeDecodeStream",
579 (void*)nativeDecodeStream

Completed in 937 milliseconds