HomeSort by relevance Sort by last modified time
    Searched refs:nativeDecodeByteArray (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 424 Bitmap bm = nativeDecodeByteArray(data, offset, length, opts);
626 private static native Bitmap nativeDecodeByteArray(byte[] data, int offset,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 150 /*package*/ static Bitmap nativeDecodeByteArray(byte[] data, int offset,
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 379 static jobject nativeDecodeByteArray(JNIEnv* env, jobject, jbyteArray byteArray,
480 { "nativeDecodeByteArray",
482 (void*)nativeDecodeByteArray

Completed in 3742 milliseconds