Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1142 mBitmap.reconfigure(50, 100, Bitmap.Config.ARGB_8888); in testGetAllocationByteCount()
1147 mBitmap.reconfigure(10, 10, Bitmap.Config.ALPHA_8); in testGetAllocationByteCount()
1276 mBitmap.reconfigure(50, 100, Bitmap.Config.ALPHA_8); in testReconfigure()
1284 mBitmap.reconfigure(101, 201, Bitmap.Config.ARGB_8888); in testReconfigureExpanding()
1290 mBitmap.reconfigure(1, 1, Bitmap.Config.ALPHA_8); in testReconfigureMutable()
1323 bitmap.reconfigure(1, 1, toConfig); in testAlphaAndPremul()
2005 bitmap2.reconfigure(100, 100, Config.ARGB_8888); // now same size, so should be same in testSameAs_reconfigure()
2137 bitmap.reconfigure(30, 30, Config.ARGB_8888); in testHardwareReconfigure()
DBitmapColorSpaceTest.java316 public void reconfigure() { in reconfigure() method in BitmapColorSpaceTest
336 b.reconfigure(b.getWidth() / 4, b.getHeight() / 4, Bitmap.Config.RGBA_F16); in reconfigure()
341 b.reconfigure(b.getWidth(), b.getHeight(), config); in reconfigure()
DBitmapFactoryTest.java526 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888); in testDecodeReuseHasAlpha()
531 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888); in testDecodeReuseHasAlpha()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt15512 method public void reconfigure(int, int, @NonNull android.graphics.Bitmap.Config);