Home
last modified time | relevance | path

Searched refs:createStartingSurface (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSnapshotStartingData.java38 StartingSurface createStartingSurface(AppWindowToken atoken) { in createStartingSurface() method in SnapshotStartingData
39 return mService.mTaskSnapshotController.createStartingSurface(atoken, mSnapshot); in createStartingSurface()
DStartingData.java40 abstract StartingSurface createStartingSurface(AppWindowToken atoken); in createStartingSurface() method in StartingData
DSplashScreenStartingData.java55 StartingSurface createStartingSurface(AppWindowToken atoken) { in createStartingSurface() method in SplashScreenStartingData
DTaskSnapshotController.java217 StartingSurface createStartingSurface(AppWindowToken token, in createStartingSurface() method in TaskSnapshotController
DAppWindowContainerController.java151 surface = startingData.createStartingSurface(container);