Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskStackTests.java67 WindowTestUtils.TestAppWindowToken appWindowToken1 = in testClosingAppDifferentStackOrientation()
73 WindowTestUtils.TestAppWindowToken appWindowToken2 = in testClosingAppDifferentStackOrientation()
87 WindowTestUtils.TestAppWindowToken appWindowToken1 = in testMoveTaskToBackDifferentStackOrientation()
93 WindowTestUtils.TestAppWindowToken appWindowToken2 = in testMoveTaskToBackDifferentStackOrientation()
DWindowTestUtils.java107 static TestAppWindowToken createTestAppWindowToken(DisplayContent dc) { in createTestAppWindowToken()
109 return new TestAppWindowToken(dc); in createTestAppWindowToken()
114 public static class TestAppWindowToken extends AppWindowToken { class in WindowTestUtils
117 private TestAppWindowToken(DisplayContent dc) { in TestAppWindowToken() method in WindowTestUtils.TestAppWindowToken
123 TestAppWindowToken(WindowManagerService service, IApplicationToken token, in TestAppWindowToken() method in WindowTestUtils.TestAppWindowToken
300 return new TestAppWindowToken(service, token, voiceInteraction, dc, in createAppWindow()
DAppWindowContainerControllerTests.java235 assertEquals(0, ((WindowTestUtils.TestAppWindowToken) appWindowController1.mContainer) in testReparent()
237 assertEquals(1, ((WindowTestUtils.TestAppWindowToken) appWindowController2.mContainer) in testReparent()
DDisplayContentTests.java206 final WindowTestUtils.TestAppWindowToken token = WindowTestUtils.createTestAppWindowToken( in testMoveStackBetweenDisplays()
278 final WindowTestUtils.TestAppWindowToken token = in testInputEventBringsCorrectDisplayInFocus()
285 final WindowTestUtils.TestAppWindowToken token1 = in testInputEventBringsCorrectDisplayInFocus()
DTaskStackContainersTests.java57 final WindowTestUtils.TestAppWindowToken pinnedApp = in setUp()
DDragDropControllerTests.java92 final WindowTestUtils.TestAppWindowToken token = WindowTestUtils.createTestAppWindowToken( in createDropTargetWindow()
DAppWindowTokenTests.java59 WindowTestUtils.TestAppWindowToken mToken;
DWindowTestsBase.java237 final WindowTestUtils.TestAppWindowToken appWindowToken = in createAppWindowToken()