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

  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 313 assertEquals(originalSize, start.getAllocationByteCount());
321 assertEquals(originalSize, pass.getAllocationByteCount());
362 assertEquals(originalSize, original.getAllocationByteCount());
369 assertEquals(originalSize, reduced.getAllocationByteCount());
446 assertFalse(purgeableBitmap.getAllocationByteCount() == 0);
BitmapTest.java 386 int alloc = mBitmap.getAllocationByteCount();
392 assertEquals(mBitmap.getAllocationByteCount(), alloc);
397 assertEquals(mBitmap.getAllocationByteCount(), alloc);
493 int alloc = mBitmap.getAllocationByteCount();
497 assertEquals(mBitmap.getAllocationByteCount(), alloc);
518 int alloc = mBitmap.getAllocationByteCount();
522 assertEquals(mBitmap.getAllocationByteCount(), alloc);
543 int alloc = mBitmap.getAllocationByteCount();
547 assertEquals(mBitmap.getAllocationByteCount(), alloc);
795 int alloc = mBitmap.getAllocationByteCount();
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 194 * while {@link #getAllocationByteCount()} will reflect that of the initial
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 270 milliseconds