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

/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapTest.java40 assertEquals("rowbytes", 400, bm1.getRowBytes());
41 assertEquals("rowbytes", 200, bm2.getRowBytes());
42 assertEquals("rowbytes", 400, bm3.getRowBytes());
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java187 } else if (result.getRowBytes() != result.getWidth() * 4) {
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1518 public final int getRowBytes() { method in class:Bitmap
1520 Log.w(TAG, "Called getRowBytes() on a recycle()'d bitmap! This is undefined behavior!");
1539 return getRowBytes() * getHeight();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 138 milliseconds