HomeSort by relevance Sort by last modified time
    Searched full:nativenewinstance (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java 63 return nativeNewInstance(data, offset, length, isShareable);
85 return nativeNewInstance(fd, isShareable);
115 return nativeNewInstance(
123 return nativeNewInstance(is, tempStorage, isShareable);
255 private static native BitmapRegionDecoder nativeNewInstance(
257 private static native BitmapRegionDecoder nativeNewInstance(
259 private static native BitmapRegionDecoder nativeNewInstance(
261 private static native BitmapRegionDecoder nativeNewInstance(
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 290 { "nativeNewInstance",
295 { "nativeNewInstance",
300 { "nativeNewInstance",
305 { "nativeNewInstance",

Completed in 164 milliseconds