Searched refs:nativeGetWidth (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java63 return nativeGetWidth(mNativeLargeBitmap);
115 private static native int nativeGetWidth(long nativeLbm); method in class:LargeBitmap
H A DPicture.java100 return nativeGetWidth(mNativePicture);
185 private static native int nativeGetWidth(long nativePicture); method in class:Picture
H A DBitmapRegionDecoder.java197 return nativeGetWidth(mNativeBitmapRegionDecoder);
260 private static native int nativeGetWidth(long lbm); method in class:BitmapRegionDecoder
/frameworks/base/core/java/android/view/
H A DSurface.java56 private static native int nativeGetWidth(long nativeObject); method in class:Surface
334 nativeGetWidth(mNativeObject),
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp265 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { function
286 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
/frameworks/base/media/java/android/media/
H A DImageReader.java583 nativeGetWidth();
737 private synchronized native int nativeGetWidth(); method in class:ImageReader.SurfaceImage
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp360 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) { function in namespace:android
445 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth },

Completed in 4001 milliseconds