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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 111 /*package*/ static Bitmap nativeDecodeByteArray(byte[] data, int offset,
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 507 bm = nativeDecodeByteArray(data, offset, length, opts);
697 private static native Bitmap nativeDecodeByteArray(byte[] data, int offset,
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 593 static jobject nativeDecodeByteArray(JNIEnv* env, jobject, jbyteArray byteArray,
635 { "nativeDecodeByteArray",
637 (void*)nativeDecodeByteArray

Completed in 329 milliseconds