Home
last modified time | relevance | path

Searched refs:nativeRowBytes (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java356 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes() method in Bitmap_Delegate
608 int size = nativeRowBytes(nativeBitmap) * delegate.mImage.getHeight(); in nativeGetAllocationByteCount()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1622 return nativeRowBytes(mNativePtr); in getRowBytes()
2265 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes() method in Bitmap
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19077 Landroid/graphics/Bitmap;->nativeRowBytes(J)I