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.java212 StartingSurface startingSurface; field in AppWindowToken
1087 } else if (mChildren.size() == 1 && startingSurface != null && !isRelaunching()) { in postWindowRemoveStartingWindowCleanup()
1527 if (tStartingWindow != null && fromToken.startingSurface != null) { in transferStartingWindow()
1539 startingSurface = fromToken.startingSurface; in transferStartingWindow()
1545 fromToken.startingSurface = null; in transferStartingWindow()
2245 startingSurface = surface;
2250 + startingWindow + " startingView=" + startingSurface);
2310 surface = startingSurface; in removeStartingWindow()
2312 startingSurface = null; in removeStartingWindow()
2333 + " startingView=" + startingSurface in removeStartingWindow()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenTests.java523 assertNotNull(atoken.startingSurface); in assertHasStartingWindow()
529 assertNull(atoken.startingSurface); in assertNoStartingWindow()