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

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java69 return nativeGetHeight(mNativeLargeBitmap);
116 private static native int nativeGetHeight(long nativeLbm); method in class:LargeBitmap
H A DPicture.java109 return nativeGetHeight(mNativePicture);
182 private static native int nativeGetHeight(long nativePicture); method in class:Picture
H A DBitmapRegionDecoder.java205 return nativeGetHeight(mNativeBitmapRegionDecoder);
261 private static native int nativeGetHeight(long lbm); method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp207 static jint nativeGetHeight(JNIEnv* env, jobject, jlong brdHandle) { function
232 { "nativeGetHeight", "(J)I", (void*)nativeGetHeight},
/frameworks/base/core/java/android/view/
H A DSurface.java57 private static native int nativeGetHeight(long nativeObject); method in class:Surface
364 nativeGetHeight(mNativeObject));
/frameworks/base/media/java/android/media/
H A DImageReader.java714 height = nativeGetHeight();
865 private synchronized native int nativeGetHeight(); method in class:ImageReader.SurfaceImage
H A DImageWriter.java668 mHeight = nativeGetHeight();
806 private synchronized native int nativeGetHeight(); method in class:ImageWriter.WriterSurfaceImage
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp472 static jint nativeGetHeight(JNIEnv* env, jclass clazz, jlong nativeObject) { function in namespace:android
564 {"nativeGetHeight", "(J)I", (void*)nativeGetHeight },

Completed in 1869 milliseconds