Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskWindowContainerControllerTests.java43 final WindowTestUtils.TestTaskWindowContainerController taskController = in testRemoveContainer()
44 new WindowTestUtils.TestTaskWindowContainerController(this); in testRemoveContainer()
56 final WindowTestUtils.TestTaskWindowContainerController taskController = in testRemoveContainer_deferRemoval()
57 new WindowTestUtils.TestTaskWindowContainerController(this); in testRemoveContainer_deferRemoval()
83 final WindowTestUtils.TestTaskWindowContainerController taskController = in testReparent()
84 new WindowTestUtils.TestTaskWindowContainerController(stackController1); in testReparent()
87 final WindowTestUtils.TestTaskWindowContainerController taskController2 = in testReparent()
88 new WindowTestUtils.TestTaskWindowContainerController(stackController2); in testReparent()
122 final WindowTestUtils.TestTaskWindowContainerController taskController = in testReparent_BetweenDisplays()
123 new WindowTestUtils.TestTaskWindowContainerController(stack1Controller); in testReparent_BetweenDisplays()
[all …]
DAppWindowContainerControllerTests.java37 import com.android.server.wm.WindowTestUtils.TestTaskWindowContainerController;
179 TestTaskWindowContainerController taskController = in testTryTransferStartingWindowFromHiddenAboveToken()
180 new WindowTestUtils.TestTaskWindowContainerController(this); in testTryTransferStartingWindowFromHiddenAboveToken()
206 final WindowTestUtils.TestTaskWindowContainerController taskController1 = in testReparent()
207 new WindowTestUtils.TestTaskWindowContainerController(stackController); in testReparent()
210 final WindowTestUtils.TestTaskWindowContainerController taskController2 = in testReparent()
211 new WindowTestUtils.TestTaskWindowContainerController(stackController); in testReparent()
214 final WindowTestUtils.TestTaskWindowContainerController taskController3 = in testReparent()
215 new WindowTestUtils.TestTaskWindowContainerController(stackController); in testReparent()
243 new WindowTestUtils.TestTaskWindowContainerController(this)); in createAppWindowController()
[all …]
DStackWindowControllerTests.java47 final WindowTestUtils.TestTaskWindowContainerController taskController = in testRemoveContainer()
48 new WindowTestUtils.TestTaskWindowContainerController(stackController); in testRemoveContainer()
67 final WindowTestUtils.TestTaskWindowContainerController taskController = in testRemoveContainer_deferRemoval()
68 new WindowTestUtils.TestTaskWindowContainerController(stackController); in testRemoveContainer_deferRemoval()
95 final WindowTestUtils.TestTaskWindowContainerController taskController = in testReparent()
96 new WindowTestUtils.TestTaskWindowContainerController(stack1Controller); in testReparent()
DWindowTestUtils.java232 public static class TestTaskWindowContainerController extends TaskWindowContainerController { class in WindowTestUtils
234 TestTaskWindowContainerController(WindowTestsBase testsBase) { in TestTaskWindowContainerController() method in WindowTestUtils.TestTaskWindowContainerController
238 TestTaskWindowContainerController(StackWindowController stackController) { in TestTaskWindowContainerController() method in WindowTestUtils.TestTaskWindowContainerController
279 TestAppWindowContainerController(TestTaskWindowContainerController taskController) { in TestAppWindowContainerController()
283 TestAppWindowContainerController(TestTaskWindowContainerController taskController, in TestAppWindowContainerController()