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 66 return nativeNewInstance(data, offset, length, isShareable);
88 return nativeNewInstance(fd, isShareable);
118 return nativeNewInstance(
126 return nativeNewInstance(is, tempStorage, isShareable);
266 private static native BitmapRegionDecoder nativeNewInstance(
268 private static native BitmapRegionDecoder nativeNewInstance(
270 private static native BitmapRegionDecoder nativeNewInstance(
272 private static native BitmapRegionDecoder nativeNewInstance(
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 290 { "nativeNewInstance",
295 { "nativeNewInstance",
300 { "nativeNewInstance",
305 { "nativeNewInstance",

Completed in 566 milliseconds