Home
last modified time | relevance | path

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

/cts/tests/uwb/src/android/uwb/cts/
DRangingSessionTest.java191 verifyThrowIllegalState(() -> session.reconfigure(PARAMS)); in testReconfigure_OnlyWhenOpened()
196 verifyNoThrowIllegalState(() -> session.reconfigure(PARAMS)); in testReconfigure_OnlyWhenOpened()
201 verifyNoThrowIllegalState(() -> session.reconfigure(PARAMS)); in testReconfigure_OnlyWhenOpened()
206 verifyNoThrowIllegalState(() -> session.reconfigure(PARAMS)); in testReconfigure_OnlyWhenOpened()
212 verifyThrowIllegalState(() -> session.reconfigure(PARAMS)); in testReconfigure_OnlyWhenOpened()
269 verifyThrowIllegalState(() -> session.reconfigure(PARAMS)); in testClose_CannotInteractFurther()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1078 mBitmap.reconfigure(50, 100, Bitmap.Config.ARGB_8888); in testGetAllocationByteCount()
1083 mBitmap.reconfigure(10, 10, Bitmap.Config.ALPHA_8); in testGetAllocationByteCount()
1212 mBitmap.reconfigure(50, 100, Bitmap.Config.ALPHA_8); in testReconfigure()
1220 mBitmap.reconfigure(101, 201, Bitmap.Config.ARGB_8888); in testReconfigureExpanding()
1226 mBitmap.reconfigure(1, 1, Bitmap.Config.ALPHA_8); in testReconfigureMutable()
1259 bitmap.reconfigure(1, 1, toConfig); in testAlphaAndPremul()
1941 bitmap2.reconfigure(100, 100, Config.ARGB_8888); // now same size, so should be same in testSameAs_reconfigure()
2073 bitmap.reconfigure(30, 30, Config.ARGB_8888); in testHardwareReconfigure()
DBitmapColorSpaceTest.java314 public void reconfigure() { in reconfigure() method in BitmapColorSpaceTest
334 b.reconfigure(b.getWidth() / 4, b.getHeight() / 4, Bitmap.Config.RGBA_F16); in reconfigure()
339 b.reconfigure(b.getWidth(), b.getHeight(), config); in reconfigure()
DBitmapFactoryTest.java509 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888); in testDecodeReuseHasAlpha()
514 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888); in testDecodeReuseHasAlpha()