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

/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java39 assertEquals("rowbytes", 400, bm1.getRowBytes());
40 assertEquals("rowbytes", 200, bm2.getRowBytes());
41 assertEquals("rowbytes", 200, bm3.getRowBytes());
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java824 public final int getRowBytes() { method in class:Bitmap
833 return getRowBytes() * getHeight();

Completed in 227 milliseconds