Searched refs:getAllocationByteCount (Results 1 – 3 of 3) sorted by relevance
72 return bitmap.getAllocationByteCount(); in getBitmapByteSize()
71 public void getAllocationByteCount() { in getAllocationByteCount() method in ShadowBitmapTest73 assertThat(bitmap.getAllocationByteCount()).isGreaterThan(0); in getAllocationByteCount()
445 protected final int getAllocationByteCount() { in getAllocationByteCount() method in ShadowBitmap