Home
last modified time | relevance | path

Searched refs:createAppWindow (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DAnimatingAppWindowTokenRegistryTest.java74 final AppWindowToken window2 = createAppWindow(window1.getTask(), ACTIVITY_TYPE_STANDARD, in testDeferring()
96 final AppWindowToken window2 = createAppWindow(window1.getTask(), ACTIVITY_TYPE_STANDARD, in testContainerRemoved()
DTaskSnapshotControllerTest.java64 final WindowState openingWindow = createAppWindow(closingWindow.getTask(), in testGetClosingApps_notClosing()
DWindowTestUtils.java295 AppWindowToken createAppWindow(WindowManagerService service, IApplicationToken token, in createAppWindow() method in WindowTestUtils.TestAppWindowContainerController
DWindowTestsBase.java259 WindowState createAppWindow(Task task, int type, String name) { in createAppWindow() method in WindowTestsBase
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowContainerController.java221 atoken = createAppWindow(mService, token, voiceInteraction, task.getDisplayContent(), in AppWindowContainerController()
232 AppWindowToken createAppWindow(WindowManagerService service, IApplicationToken token, in createAppWindow() method in AppWindowContainerController