Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenTests.java573 assertNotNull(atoken.startingSurface); in assertHasStartingWindow()
579 assertNull(atoken.startingSurface); in assertNoStartingWindow()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java656 WindowManagerPolicy.StartingSurface startingSurface; field in ActivityRecord
947 if (startingWindow != null || startingSurface != null in dump()
950 pw.print(" startingSurface="); pw.print(startingSurface); in dump()
1882 startingSurface = surface; in run()
1887 ActivityRecord.this, startingWindow, startingSurface); in run()
1951 surface = startingSurface; in removeStartingWindow()
1953 startingSurface = null; in removeStartingWindow()
1972 this, startingWindow, startingSurface, Debug.getCallers(5)); in removeStartingWindow()
3374 if (tStartingWindow != null && fromActivity.startingSurface != null) { in transferStartingWindow()
3393 startingSurface = fromActivity.startingSurface; in transferStartingWindow()
[all …]