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.java128 + " startingView=" + mContainer.startingSurface);
130 surface = mContainer.startingSurface;
132 mContainer.startingSurface = null;
197 container.startingSurface = surface;
203 + container.startingSurface);
DAppWindowToken.java156 StartingSurface startingSurface; field in AppWindowToken
814 } else if (mChildren.size() == 1 && startingSurface != null && !isRelaunching()) { in postWindowRemoveStartingWindowCleanup()
1174 if (tStartingWindow != null && fromToken.startingSurface != null) { in transferStartingWindow()
1186 startingSurface = fromToken.startingSurface; in transferStartingWindow()
1192 fromToken.startingSurface = null; in transferStartingWindow()
1652 if (startingWindow != null || startingSurface != null in dump()
1655 pw.print(" startingSurface="); pw.print(startingSurface); in dump()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DAppWindowContainerControllerTests.java90 assertNotNull(atoken.startingSurface); in assertHasStartingWindow()
96 assertNull(atoken.startingSurface); in assertNoStartingWindow()