Searched refs:nativeGetWidth (Results 1 - 8 of 8) 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.java104 return nativeGetWidth(mNativePicture);
176 private static native int nativeGetWidth(long nativePicture); method in class:Picture
H A DBitmapRegionDecoder.java203 return nativeGetWidth(mNativeBitmapRegionDecoder);
266 private static native int nativeGetWidth(long lbm); method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp242 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { function
263 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
/frameworks/base/core/java/android/view/
H A DSurface.java71 private static native int nativeGetWidth(long nativeObject); method in class:Surface
383 nativeGetWidth(mNativeObject),
/frameworks/base/media/java/android/media/
H A DImageWriter.java696 mWidth = nativeGetWidth();
843 private synchronized native int nativeGetWidth(); method in class:ImageWriter.WriterSurfaceImage
H A DImageReader.java852 width = nativeGetWidth();
1018 private synchronized native int nativeGetWidth(); method in class:ImageReader.SurfaceImage
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp479 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) { function in namespace:android
609 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth },

Completed in 543 milliseconds