Searched refs:reconfigure (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 536 mBitmap.reconfigure(50, 100, Bitmap.Config.ARGB_8888); in testGetAllocationByteCount() 541 mBitmap.reconfigure(10, 10, Bitmap.Config.ALPHA_8); in testGetAllocationByteCount() 670 mBitmap.reconfigure(50, 100, Bitmap.Config.ALPHA_8); in testReconfigure() 678 mBitmap.reconfigure(101, 201, Bitmap.Config.ARGB_8888); in testReconfigureExpanding() 684 mBitmap.reconfigure(1, 1, Bitmap.Config.ALPHA_8); in testReconfigureMutable() 719 bitmap.reconfigure(1, 1, toConfig); in testAlphaAndPremul() 1235 bitmap2.reconfigure(100, 100, Config.ARGB_8888); // now same size, so should be same in testSameAs_reconfigure() 1343 bitmap.reconfigure(30, 30, Config.ARGB_8888); in testHardwareReconfigure()
|
D | BitmapColorSpaceTest.java | 216 public void reconfigure() { in reconfigure() method in BitmapColorSpaceTest 226 b.reconfigure(b.getWidth() / 2, b.getHeight() / 2, Bitmap.Config.RGBA_F16); in reconfigure() 231 b.reconfigure(b.getWidth(), b.getHeight(), Bitmap.Config.ARGB_8888); in reconfigure()
|
D | BitmapFactoryTest.java | 436 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888); in testDecodeReuseHasAlpha() 441 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888); in testDecodeReuseHasAlpha()
|