Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java363 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes() method in Bitmap_Delegate
610 return nativeRowBytes(nativeBitmap) * delegate.mImage.getHeight(); in nativeGetAllocationByteCount()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1406 return nativeRowBytes(mNativePtr); in getRowBytes()
1935 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes() method in Bitmap