Home
last modified time | relevance | path

Searched refs:createTestAppWindowToken (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DUnknownAppVisibilityControllerTest.java45 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testFlow()
57 final AppWindowToken token1 = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testMultiple()
58 final AppWindowToken token2 = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testMultiple()
73 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testClear()
81 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testAppRemoved()
DTaskStackTests.java70 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testClosingAppDifferentStackOrientation()
76 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testClosingAppDifferentStackOrientation()
90 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testMoveTaskToBackDifferentStackOrientation()
96 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testMoveTaskToBackDifferentStackOrientation()
DAppTransitionTests.java126 final WindowTestUtils.TestAppWindowToken token1 = createTestAppWindowToken(dc1, in testAppTransitionStateForMultiDisplay()
128 final WindowTestUtils.TestAppWindowToken token2 = createTestAppWindowToken(dc2, in testAppTransitionStateForMultiDisplay()
164 WindowTestUtils.createTestAppWindowToken(dc1); in testCleanAppTransitionWhenTaskStackReparent()
DWindowTestUtils.java52 final TestAppWindowToken newToken = createTestAppWindowToken(dc); in createAppWindowTokenInTask()
57 static TestAppWindowToken createTestAppWindowToken(DisplayContent dc) { in createTestAppWindowToken() method in WindowTestUtils
DWindowTestsBase.java269 return createTestAppWindowToken(dc, windowingMode, activityType); in createAppWindowToken()
272 WindowTestUtils.TestAppWindowToken createTestAppWindowToken(DisplayContent dc, int in createTestAppWindowToken() method in WindowTestsBase
277 WindowTestUtils.createTestAppWindowToken(dc); in createTestAppWindowToken()
308 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in createAppWindow()
DAppWindowTokenAnimationTests.java64 mToken = createTestAppWindowToken(mDisplayContent, WINDOWING_MODE_FULLSCREEN, in setUp()
DTaskStackContainersTests.java56 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in setUp()
DAppChangeTransitionTests.java63 mToken = WindowTestUtils.createTestAppWindowToken(dc); in setUpOnDisplay()
DDragDropControllerTests.java98 final WindowTestUtils.TestAppWindowToken token = WindowTestUtils.createTestAppWindowToken( in createDropTargetWindow()
DAppWindowTokenTests.java88 mToken = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in setUp()
456 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in createTestAppWindowTokenForGivenTask()
DDisplayContentTests.java243 final WindowTestUtils.TestAppWindowToken token = WindowTestUtils.createTestAppWindowToken( in testMoveStackBetweenDisplays()
317 WindowTestUtils.createTestAppWindowToken(dc0); in testInputEventBringsCorrectDisplayInFocus()
325 WindowTestUtils.createTestAppWindowToken(dc0); in testInputEventBringsCorrectDisplayInFocus()