Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowSurfacePlacerTest.java50 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()
DRecentsAnimationControllerTest.java71 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testRemovedBeforeStarted_expectCanceled()
90 final AppWindowToken appWindow = createAppWindowToken(mDisplayContent, in testCancelAfterRemove_expectIgnored()
DAnimatingAppWindowTokenRegistryTest.java72 final AppWindowToken window1 = createAppWindowToken(mDisplayContent, in testDeferring()
94 final AppWindowToken window1 = createAppWindowToken(mDisplayContent, in testContainerRemoved()
DWindowTestsBase.java229 return createAppWindowToken(dc, windowingMode, activityType); in createWindowToken()
233 AppWindowToken createAppWindowToken(DisplayContent dc, int windowingMode, int activityType) { in createAppWindowToken() method in WindowTestsBase
DWindowStateTests.java243 final AppWindowToken appWindowToken = createAppWindowToken(mDisplayContent, in testPrepareWindowToDisplayDuringRelayout()