Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java877 mBitmap.reconfigure(50, 100, Bitmap.Config.ARGB_8888); in testGetAllocationByteCount()
882 mBitmap.reconfigure(10, 10, Bitmap.Config.ALPHA_8); in testGetAllocationByteCount()
1011 mBitmap.reconfigure(50, 100, Bitmap.Config.ALPHA_8); in testReconfigure()
1019 mBitmap.reconfigure(101, 201, Bitmap.Config.ARGB_8888); in testReconfigureExpanding()
1025 mBitmap.reconfigure(1, 1, Bitmap.Config.ALPHA_8); in testReconfigureMutable()
1058 bitmap.reconfigure(1, 1, toConfig); in testAlphaAndPremul()
1710 bitmap2.reconfigure(100, 100, Config.ARGB_8888); // now same size, so should be same in testSameAs_reconfigure()
1842 bitmap.reconfigure(30, 30, Config.ARGB_8888); in testHardwareReconfigure()
DBitmapColorSpaceTest.java312 public void reconfigure() { in reconfigure() method in BitmapColorSpaceTest
332 b.reconfigure(b.getWidth() / 4, b.getHeight() / 4, Bitmap.Config.RGBA_F16); in reconfigure()
337 b.reconfigure(b.getWidth(), b.getHeight(), config); in reconfigure()
DBitmapFactoryTest.java486 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888); in testDecodeReuseHasAlpha()
491 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888); in testDecodeReuseHasAlpha()