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

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

Completed in 64 milliseconds