Searched refs:startingSurface (Results 1 – 2 of 2) sorted by relevance
573 assertNotNull(atoken.startingSurface); in assertHasStartingWindow()579 assertNull(atoken.startingSurface); in assertNoStartingWindow()
656 WindowManagerPolicy.StartingSurface startingSurface; field in ActivityRecord947 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 …]