Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmap.java1246 return nativeRowBytes(mNativePtr); in getRowBytes()
1705 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes() method in Bitmap
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java364 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes() method in Bitmap_Delegate