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.java531 mBitmap.reconfigure(50, 100, Bitmap.Config.ARGB_8888); in testGetAllocationByteCount()
536 mBitmap.reconfigure(10, 10, Bitmap.Config.ALPHA_8); in testGetAllocationByteCount()
665 mBitmap.reconfigure(50, 100, Bitmap.Config.ALPHA_8); in testReconfigure()
673 mBitmap.reconfigure(101, 201, Bitmap.Config.ARGB_8888); in testReconfigureExpanding()
679 mBitmap.reconfigure(1, 1, Bitmap.Config.ALPHA_8); in testReconfigureMutable()
714 bitmap.reconfigure(1, 1, toConfig); in testAlphaAndPremul()
1225 bitmap2.reconfigure(100, 100, Config.ARGB_8888); // now same size, so should be same in testSameAs_reconfigure()
1333 bitmap.reconfigure(30, 30, Config.ARGB_8888); in testHardwareReconfigure()
DBitmapColorSpaceTest.java212 public void reconfigure() { in reconfigure() method in BitmapColorSpaceTest
222 b.reconfigure(b.getWidth() / 2, b.getHeight() / 2, Bitmap.Config.RGBA_F16); in reconfigure()
227 b.reconfigure(b.getWidth(), b.getHeight(), Bitmap.Config.ARGB_8888); in reconfigure()
DBitmapFactoryTest.java436 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888); in testDecodeReuseHasAlpha()
441 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888); in testDecodeReuseHasAlpha()