HomeSort by relevance Sort by last modified time
    Searched refs:getAllocationByteCount (Results 1 - 11 of 11) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/util/
Util.java 72 return bitmap.getAllocationByteCount();
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 535 return byteCount <= candidate.getAllocationByteCount();
616 // From KitKat onward use getAllocationByteCount() as allocated bytes can potentially be
619 return bitmap.getAllocationByteCount();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 535 return byteCount <= candidate.getAllocationByteCount();
616 // From KitKat onward use getAllocationByteCount() as allocated bytes can potentially be
619 return bitmap.getAllocationByteCount();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 535 return byteCount <= candidate.getAllocationByteCount();
616 // From KitKat onward use getAllocationByteCount() as allocated bytes can potentially be
619 return bitmap.getAllocationByteCount();
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java     [all...]
BitmapFactoryTest.java 391 assertEquals(originalSize, start.getAllocationByteCount());
399 assertEquals(originalSize, pass.getAllocationByteCount());
534 assertEquals(originalSize, original.getAllocationByteCount());
541 assertEquals(originalSize, reduced.getAllocationByteCount());
623 assertFalse(purgeableBitmap.getAllocationByteCount() == 0);
    [all...]
ImageDecoderTest.java     [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBitmapTest.java 71 public void getAllocationByteCount() {
73 assertThat(bitmap.getAllocationByteCount()).isGreaterThan(0);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java 445 protected final int getAllocationByteCount() {
  /cts/tests/tests/view/src/android/view/cts/
TextureViewTest.java 409 ByteBuffer buffer = ByteBuffer.allocate(dstBitmap.getAllocationByteCount());
PixelCopyTest.java 478 ByteBuffer dst = ByteBuffer.allocateDirect(bitmap.getAllocationByteCount());
    [all...]

Completed in 1460 milliseconds