Home
last modified time | relevance | path

Searched refs:nativeGetWidth (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DLargeBitmap.java63 return nativeGetWidth(mNativeLargeBitmap); in getWidth()
115 private static native int nativeGetWidth(long nativeLbm); in nativeGetWidth() method in LargeBitmap
DPicture.java139 return nativeGetWidth(mNativePicture); in getWidth()
234 private static native int nativeGetWidth(long nativePicture); in nativeGetWidth() method in Picture
DBitmapRegionDecoder.java208 return nativeGetWidth(mNativeBitmapRegionDecoder); in getWidth()
272 private static native int nativeGetWidth(long lbm); in nativeGetWidth() method in BitmapRegionDecoder
/frameworks/base/core/java/android/view/
DSurface.java77 private static native int nativeGetWidth(long nativeObject); in nativeGetWidth() method in Surface
440 nativeGetWidth(mNativeObject), in lockHardwareCanvas()
477 nativeGetWidth(mNativeObject), in lockHardwareWideColorGamutCanvas()
/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp246 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetWidth() function
267 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
/frameworks/base/media/java/android/media/
DImageWriter.java707 mWidth = nativeGetWidth(); in getWidth()
875 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageWriter.WriterSurfaceImage
DImageReader.java840 width = nativeGetWidth(); in getWidth()
1028 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageReader.SurfaceImage
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp397 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeGetWidth() function
529 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth },
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20428 Landroid/graphics/BitmapRegionDecoder;->nativeGetWidth(J)I
22216 Landroid/graphics/LargeBitmap;->nativeGetWidth(J)I
22644 Landroid/graphics/Picture;->nativeGetWidth(J)I
38989 Landroid/media/ImageReader$SurfaceImage;->nativeGetWidth()I
39057 Landroid/media/ImageWriter$WriterSurfaceImage;->nativeGetWidth()I
81814 Landroid/view/Surface;->nativeGetWidth(J)I