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

  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
AlbumArtCache.java 64 return value[BIG_BITMAP_INDEX].getByteCount()
65 + value[ICON_BITMAP_INDEX].getByteCount();
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBitmapTest.java 220 assertThat(b1.getByteCount()).isEqualTo(400);
222 assertThat(b2.getByteCount()).isEqualTo(200);
226 b3.getByteCount();
453 ByteBuffer buffer = ByteBuffer.allocate(bitmapOriginal.getByteCount());
455 assertThat(buffer.position()).isEqualTo(bitmapOriginal.getByteCount());
463 assertThat(buffer.position()).isEqualTo(bitmapOriginal.getByteCount());
491 ShortBuffer buffer = ShortBuffer.allocate(bitmapOriginal.getByteCount());
498 IntBuffer buffer = IntBuffer.allocate(bitmapOriginal.getByteCount());
505 LongBuffer buffer = LongBuffer.allocate(bitmapOriginal.getByteCount());
512 ByteBuffer buffer = ByteBuffer.allocate(bitmapOriginal.getByteCount() - 1)
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageCache.java 140 return bitmap.getByteCount();
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 390 int originalSize = start.getByteCount();
398 assertEquals(originalSize, pass.getByteCount());
533 int originalSize = original.getByteCount();
542 assertEquals(originalSize, reduced.getByteCount() * 16);
552 int originalSize = original.getByteCount();
564 assertEquals(originalSize, doubleScaled.getByteCount());
    [all...]
BitmapTest.java     [all...]
BitmapColorSpaceTest.java 402 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount());
435 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount());
500 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount());
546 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount());
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 623 return bitmap.getByteCount();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 623 return bitmap.getByteCount();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 623 return bitmap.getByteCount();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java 414 protected int getByteCount() {
606 // getByteCount(), but if we don't enforce this restriction then for RGB_4444 and other
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /external/guice/extensions/persist/lib/
commons-io.jar 

Completed in 2034 milliseconds