Home
last modified time | relevance | path

Searched refs:mStartingSurface (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DBackNavigationController.java1240 private SurfaceControl mStartingSurface; field in BackNavigationController.AnimationHandler.BackWindowAnimationAdaptorWrapper
1360 mStartingSurface = sc; in createStartingSurface()
1374 if (mStartingSurface != null && mStartingSurface.isValid()) { in reparentWindowlessSurfaceToTarget()
1382 transaction.reparent(mStartingSurface, task != null in reparentWindowlessSurfaceToTarget()
1402 if (mStartingSurface != null && mStartingSurface.isValid()) { in cleanUpWindowlessSurface()
1403 mStartingSurface.release(); in cleanUpWindowlessSurface()
1404 mStartingSurface = null; in cleanUpWindowlessSurface()
DActivityRecord.java882 StartingSurfaceController.StartingSurface mStartingSurface; field in ActivityRecord
1299 if (mStartingWindow != null || mStartingData != null || mStartingSurface != null in dump()
1302 pw.print(" startingSurface="); pw.print(mStartingSurface); in dump()
2544 || (prev.mStartingWindow != null && prev.mStartingSurface != null)); in validateStartingWindowTheme()
2654 mStartingSurface = mStartingData.createStartingSurface(ActivityRecord.this); in scheduleAddStartingWindow()
2655 if (mStartingSurface != null) { in scheduleAddStartingWindow()
2658 ActivityRecord.this, mStartingWindow, mStartingSurface); in scheduleAddStartingWindow()
2792 if (finishing || !mHandleExitSplashScreen || mStartingSurface == null in transferSplashScreenIfNeeded()
2818 if (mStartingSurface == null || !mAtmService.mTaskOrganizerController.copySplashScreenView( in requestCopySplashScreen()
2819 getTask(), mStartingSurface.mTaskOrganizer)) { in requestCopySplashScreen()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java324 @Mock private StartingSurface mStartingSurface; field in CentralSurfacesImplTest
588 Optional.of(mStartingSurface), in createCentralSurfaces()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java3806 assertNotNull(atoken.mStartingSurface); in assertHasStartingWindow()
3812 assertNull(atoken.mStartingSurface); in assertNoStartingWindow()