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

/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java364 /*package*/ static int nativeRowBytes(long nativeBitmap) { method in class:Bitmap_Delegate
611 int size = nativeRowBytes(nativeBitmap) * delegate.mImage.getHeight();
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1522 return nativeRowBytes(mNativePtr);
2053 private static native int nativeRowBytes(long nativeBitmap); method in class:Bitmap

Completed in 30 milliseconds