Home
last modified time | relevance | path

Searched refs:nativeGetHeight (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DLargeBitmap.java69 return nativeGetHeight(mNativeLargeBitmap); in getHeight()
116 private static native int nativeGetHeight(long nativeLbm); in nativeGetHeight() method in LargeBitmap
DPicture.java112 return nativeGetHeight(mNativePicture); in getHeight()
177 private static native int nativeGetHeight(long nativePicture); in nativeGetHeight() method in Picture
DBitmapRegionDecoder.java211 return nativeGetHeight(mNativeBitmapRegionDecoder); in getHeight()
267 private static native int nativeGetHeight(long lbm); in nativeGetHeight() method in BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp236 static jint nativeGetHeight(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetHeight() function
261 { "nativeGetHeight", "(J)I", (void*)nativeGetHeight},
/frameworks/base/media/java/android/media/
DImageWriter.java707 mHeight = nativeGetHeight(); in getHeight()
845 private synchronized native int nativeGetHeight(); in nativeGetHeight() method in ImageWriter.WriterSurfaceImage
DImageReader.java868 height = nativeGetHeight(); in getHeight()
1019 private synchronized native int nativeGetHeight(); in nativeGetHeight() method in ImageReader.SurfaceImage
/frameworks/base/core/java/android/view/
DSurface.java72 private static native int nativeGetHeight(long nativeObject); in nativeGetHeight() method in Surface
384 nativeGetHeight(mNativeObject)); in lockHardwareCanvas()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp487 static jint nativeGetHeight(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeGetHeight() function
610 {"nativeGetHeight", "(J)I", (void*)nativeGetHeight },