Searched refs:createAppWindowToken (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowSurfacePlacerTest.java | 50 final AppWindowToken behind = createAppWindowToken(mDisplayContent, in testTranslucentOpen() 52 final AppWindowToken translucentOpening = createAppWindowToken(mDisplayContent, in testTranslucentOpen() 66 final AppWindowToken behind = createAppWindowToken(mDisplayContent, in testTranslucentClose() 68 final AppWindowToken translucentClosing = createAppWindowToken(mDisplayContent, in testTranslucentClose()
|
D | RecentsAnimationControllerTest.java | 71 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testRemovedBeforeStarted_expectCanceled() 90 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testCancelAfterRemove_expectIgnored()
|
D | AnimatingAppWindowTokenRegistryTest.java | 72 final AppWindowToken window1 = createAppWindowToken(mDisplayContent, in testDeferring() 94 final AppWindowToken window1 = createAppWindowToken(mDisplayContent, in testContainerRemoved()
|
D | WindowTestsBase.java | 229 return createAppWindowToken(dc, windowingMode, activityType); in createWindowToken() 233 AppWindowToken createAppWindowToken(DisplayContent dc, int windowingMode, int activityType) { in createAppWindowToken() method in WindowTestsBase
|
D | WindowStateTests.java | 243 final AppWindowToken appWindowToken = createAppWindowToken(mDisplayContent, in testPrepareWindowToDisplayDuringRelayout()
|