Home
last modified time | relevance | path

Searched refs:reparent (Results 1 – 8 of 8) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSurfaceControlTest.java189 new SurfaceControl.Transaction().reparent(sc, parent).apply(); in testReparentOff()
190 new SurfaceControl.Transaction().reparent(sc, null).apply(); in testReparentOff()
215 .reparent(sc, parent) in testReparentOn()
DMultiWindowTests.java509 .reparent(testChild, multiWindowRoot, true /* onTop */); in testDisallowHierarchyOperationWhenInLockedTask()
/cts/tests/tests/view/src/android/view/cts/
DASurfaceControlBackPressureTest.java30 import static android.view.cts.util.ASurfaceControlTestUtils.reparent;
171 reparent(surfaceControl, 0); in surfaceDestroyed()
DAttachedSurfaceControlSyncTest.java145 new SurfaceControl.Transaction().reparent(mSurfaceControl, null).apply(); in onDetachedFromWindow()
DASurfaceControlTest.java42 import static android.view.cts.util.ASurfaceControlTestUtils.reparent;
136 reparent(surfaceControl, 0); in surfaceDestroyed()
1206 reparent(childSurfaceControl, parentSurfaceControl2); in testSurfaceTransaction_reparent()
1229 reparent(childSurfaceControl, 0); in testSurfaceTransaction_reparent_null()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestTaskOrganizer.java200 .reparent(taskInfo.getToken(), mRootPrimary.getToken(), true /* onTop */) in putTaskInSplitPrimary()
222 .reparent(taskInfo.getToken(), mRootSecondary.getToken(), true /* onTop */) in putTaskInSplitSecondary()
/cts/tests/tests/view/src/android/view/cts/util/
DASurfaceControlTestUtils.java39 public static void reparent(long surfaceControl, long newParentSurfaceControl) { in reparent() method in ASurfaceControlTestUtils
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java314 transaction.reparent(mSurfaceControl, null).apply(); in release()