HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetHeight (Results 1 - 8 of 8) sorted by null

  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 69 return nativeGetHeight(mNativeLargeBitmap);
116 private static native int nativeGetHeight(long nativeLbm);
Picture.java 112 return nativeGetHeight(mNativePicture);
177 private static native int nativeGetHeight(long nativePicture);
BitmapRegionDecoder.java 211 return nativeGetHeight(mNativeBitmapRegionDecoder);
267 private static native int nativeGetHeight(long lbm);
  /frameworks/base/core/java/android/view/
Surface.java 72 private static native int nativeGetHeight(long nativeObject);
388 nativeGetHeight(mNativeObject));
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 236 static jint nativeGetHeight(JNIEnv* env, jobject, jlong brdHandle) {
261 { "nativeGetHeight", "(J)I", (void*)nativeGetHeight},
  /frameworks/base/media/java/android/media/
ImageWriter.java 707 mHeight = nativeGetHeight();
    [all...]
ImageReader.java     [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 493 static jint nativeGetHeight(JNIEnv* env, jclass clazz, jlong nativeObject) {
630 {"nativeGetHeight", "(J)I", (void*)nativeGetHeight },

Completed in 211 milliseconds