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.java78 private static native int nativeGetWidth(long nativeObject); in nativeGetWidth() method in Surface
442 nativeGetWidth(mNativeObject), in lockHardwareCanvas()
479 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.java709 mWidth = nativeGetWidth(); in getWidth()
877 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.cpp415 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeGetWidth() function
548 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth },
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19113 Landroid/graphics/BitmapRegionDecoder;->nativeGetWidth(J)I
20813 Landroid/graphics/LargeBitmap;->nativeGetWidth(J)I
21221 Landroid/graphics/Picture;->nativeGetWidth(J)I
36407 Landroid/media/ImageReader$SurfaceImage;->nativeGetWidth()I
36470 Landroid/media/ImageWriter$WriterSurfaceImage;->nativeGetWidth()I
76377 Landroid/view/Surface;->nativeGetWidth(J)I