Home
last modified time | relevance | path

Searched refs:getAllocationByteCount (Results 1 – 3 of 3) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/util/
DUtil.java72 return bitmap.getAllocationByteCount(); in getBitmapByteSize()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapTest.java71 public void getAllocationByteCount() { in getAllocationByteCount() method in ShadowBitmapTest
73 assertThat(bitmap.getAllocationByteCount()).isGreaterThan(0); in getAllocationByteCount()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmap.java445 protected final int getAllocationByteCount() { in getAllocationByteCount() method in ShadowBitmap