Home
last modified time | relevance | path

Searched refs:nativeGetAllocationByteCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DBitmap.java1673 return nativeGetAllocationByteCount(mNativePtr); in getAllocationByteCount()
2319 private static native int nativeGetAllocationByteCount(long nativeBitmap); in nativeGetAllocationByteCount() method in Bitmap
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java586 /*package*/ static int nativeGetAllocationByteCount(long nativeBitmap) { in nativeGetAllocationByteCount() method in Bitmap_Delegate