Searched refs:nativeGetWidth (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | LargeBitmap.java | 63 return nativeGetWidth(mNativeLargeBitmap); in getWidth() 115 private static native int nativeGetWidth(long nativeLbm); in nativeGetWidth() method in LargeBitmap
|
D | Picture.java | 139 return nativeGetWidth(mNativePicture); in getWidth() 234 private static native int nativeGetWidth(long nativePicture); in nativeGetWidth() method in Picture
|
D | BitmapRegionDecoder.java | 208 return nativeGetWidth(mNativeBitmapRegionDecoder); in getWidth() 272 private static native int nativeGetWidth(long lbm); in nativeGetWidth() method in BitmapRegionDecoder
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 77 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/ |
D | BitmapRegionDecoder.cpp | 246 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetWidth() function 267 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
|
/frameworks/base/media/java/android/media/ |
D | ImageWriter.java | 707 mWidth = nativeGetWidth(); in getWidth() 875 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageWriter.WriterSurfaceImage
|
D | ImageReader.java | 840 width = nativeGetWidth(); in getWidth() 1028 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageReader.SurfaceImage
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 397 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeGetWidth() function 529 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth },
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 20428 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
|