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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 101 /*package*/ static Bitmap nativeDecodeFileDescriptor(FileDescriptor fd,
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 672 bm = nativeDecodeFileDescriptor(fd, outPadding, opts);
709 private static native Bitmap nativeDecodeFileDescriptor(FileDescriptor fd,
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 476 static jobject nativeDecodeFileDescriptor(JNIEnv* env, jobject clazz, jobject fileDescriptor,
546 { "nativeDecodeFileDescriptor",
548 (void*)nativeDecodeFileDescriptor

Completed in 488 milliseconds