Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java211 StartingSurface startingSurface; field in AppWindowToken
1086 } else if (mChildren.size() == 1 && startingSurface != null && !isRelaunching()) { in postWindowRemoveStartingWindowCleanup()
1511 if (tStartingWindow != null && fromToken.startingSurface != null) { in transferStartingWindow()
1523 startingSurface = fromToken.startingSurface; in transferStartingWindow()
1529 fromToken.startingSurface = null; in transferStartingWindow()
2229 startingSurface = surface;
2234 + startingWindow + " startingView=" + startingSurface);
2294 surface = startingSurface; in removeStartingWindow()
2296 startingSurface = null; in removeStartingWindow()
2317 + " startingView=" + startingSurface in removeStartingWindow()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenTests.java508 assertNotNull(atoken.startingSurface); in assertHasStartingWindow()
514 assertNull(atoken.startingSurface); in assertNoStartingWindow()