Home
last modified time | relevance | path

Searched refs:copySplashScreenView (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DTaskOrganizer.java112 public void copySplashScreenView(int taskId) {} in copySplashScreenView() method in TaskOrganizer
314 public void copySplashScreenView(int taskId) {
315 mExecutor.execute(() -> TaskOrganizer.this.copySplashScreenView(taskId));
H A DITaskOrganizer.aidl49 void copySplashScreenView(int taskId); in copySplashScreenView() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingWindowController.java195 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in StartingWindowController
197 mStartingSurfaceDrawer.copySplashScreenView(taskId); in copySplashScreenView()
H A DStartingSurfaceDrawer.java166 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in StartingSurfaceDrawer
167 mSplashscreenWindowCreator.copySplashScreenView(taskId); in copySplashScreenView()
H A DSplashscreenWindowCreator.java287 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in SplashscreenWindowCreator
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellTaskOrganizer.java445 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in ShellTaskOrganizer
447 mStartingWindow.copySplashScreenView(taskId); in copySplashScreenView()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskOrganizerController.java775 boolean copySplashScreenView(Task task, ITaskOrganizer taskOrganizer) { in copySplashScreenView() method in TaskOrganizerController
786 lastOrganizer.copySplashScreenView(task.mTaskId); in copySplashScreenView()
H A DActivityRecord.java2697 if (mStartingSurface == null || !mAtmService.mTaskOrganizerController.copySplashScreenView( in requestCopySplashScreen()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java1036 public void copySplashScreenView(int taskId) { } in copySplashScreenView() method in WindowOrganizerTests.StubOrganizer
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt4087 method @BinderThread public void copySplashScreenView(int);