Searched refs:reparent (Results 1 – 9 of 9) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | SurfaceControlTest.java | 194 new SurfaceControl.Transaction().reparent(sc, parent).apply(); in testReparentOff() 195 new SurfaceControl.Transaction().reparent(sc, null).apply(); in testReparentOff() 220 .reparent(sc, parent) in testReparentOn()
|
D | MultiWindowTests.java | 509 .reparent(testChild, multiWindowRoot, true /* onTop */); in testDisallowHierarchyOperationWhenInLockedTask()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ASurfaceControlBackPressureTest.java | 30 import static android.view.cts.util.ASurfaceControlTestUtils.reparent; 172 reparent(surfaceControl, 0); in surfaceDestroyed()
|
D | AttachedSurfaceControlSyncTest.java | 142 new SurfaceControl.Transaction().reparent(mSurfaceControl, null).apply(); in onDetachedFromWindow()
|
D | ASurfaceControlTest.java | 40 import static android.view.cts.util.ASurfaceControlTestUtils.reparent; 156 reparent(surfaceControl, 0); in surfaceDestroyed() 1297 reparent(childSurfaceControl, parentSurfaceControl2); in testSurfaceTransaction_reparent() 1324 reparent(childSurfaceControl, 0); in testSurfaceTransaction_reparent_null()
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | ASurfaceControlTestUtils.java | 39 public static void reparent(long surfaceControl, long newParentSurfaceControl) { in reparent() method in ASurfaceControlTestUtils
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TestTaskOrganizer.java | 201 .reparent(taskInfo.getToken(), mRootPrimary.getToken(), true /* onTop */) in putTaskInSplitPrimary() 223 .reparent(taskInfo.getToken(), mRootSecondary.getToken(), true /* onTop */) in putTaskInSplitSecondary()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | FrameRateCtsActivity.java | 314 transaction.reparent(mSurfaceControl, null).apply(); in release()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/ |
D | test-current.txt | 3234 …method @NonNull public android.window.WindowContainerTransaction reparent(@NonNull android.window.…
|