Home
last modified time | relevance | path

Searched refs:startingSurface (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowContainerController.java169 container.startingSurface = surface;
175 + container.startingSurface);
610 surface = mContainer.startingSurface; in removeStartingWindow()
612 mContainer.startingSurface = null; in removeStartingWindow()
632 + " startingView=" + mContainer.startingSurface in removeStartingWindow()
DAppWindowToken.java189 StartingSurface startingSurface; field in AppWindowToken
825 } else if (mChildren.size() == 1 && startingSurface != null && !isRelaunching()) { in postWindowRemoveStartingWindowCleanup()
1198 if (tStartingWindow != null && fromToken.startingSurface != null) { in transferStartingWindow()
1210 startingSurface = fromToken.startingSurface; in transferStartingWindow()
1216 fromToken.startingSurface = null; in transferStartingWindow()
2111 if (startingWindow != null || startingSurface != null in dump()
2114 pw.print(" startingSurface="); pw.print(startingSurface); in dump()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DAppWindowContainerControllerTests.java89 assertNotNull(atoken.startingSurface); in assertHasStartingWindow()
95 assertNull(atoken.startingSurface); in assertNoStartingWindow()