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

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java 64 return nativeGetHeight(mNativeAwPicture);
84 private native int nativeGetHeight(long nativeAwPicture);
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 69 return nativeGetHeight(mNativeLargeBitmap);
116 private static native int nativeGetHeight(long nativeLbm);
Picture.java 108 return nativeGetHeight(mNativePicture);
186 private static native int nativeGetHeight(long nativePicture);
BitmapRegionDecoder.java 205 return nativeGetHeight(mNativeBitmapRegionDecoder);
261 private static native int nativeGetHeight(long lbm);
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 259 static jint nativeGetHeight(JNIEnv* env, jobject, jlong brdHandle) {
283 { "nativeGetHeight", "(J)I", (void*)nativeGetHeight},

Completed in 251 milliseconds