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.java108 return nativeGetHeight(mNativePicture);
181 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.cpp250 static jint nativeGetHeight(JNIEnv* env, jobject, jlong brdHandle) { function
272 { "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
334 nativeGetHeight(mNativeObject));
/frameworks/base/media/java/android/media/
H A DImageReader.java704 height = nativeGetHeight(mFormat);
850 private synchronized native int nativeGetHeight(int format); method in class:ImageReader.SurfaceImage
H A DImageWriter.java645 mHeight = nativeGetHeight();
783 private synchronized native int nativeGetHeight(); method in class:ImageWriter.WriterSurfaceImage
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp457 static jint nativeGetHeight(JNIEnv* env, jclass clazz, jlong nativeObject) { function in namespace:android
539 {"nativeGetHeight", "(J)I", (void*)nativeGetHeight },

Completed in 1207 milliseconds