Home
last modified time | relevance | path

Searched defs:copySplashScreenView (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/window/
DITaskOrganizer.aidl49 void copySplashScreenView(int taskId); in copySplashScreenView() method
DTaskOrganizer.java112 public void copySplashScreenView(int taskId) {} in copySplashScreenView() method in TaskOrganizer
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingWindowController.java194 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in StartingWindowController
DSplashscreenWindowCreator.java284 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in SplashscreenWindowCreator
DStartingSurfaceDrawer.java168 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in StartingSurfaceDrawer
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DShellTaskOrganizer.java464 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in ShellTaskOrganizer
/frameworks/base/services/core/java/com/android/server/wm/
DTaskOrganizerController.java754 boolean copySplashScreenView(Task task, ITaskOrganizer taskOrganizer) { in copySplashScreenView() method in TaskOrganizerController
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java1168 public void copySplashScreenView(int taskId) { } in copySplashScreenView() method in WindowOrganizerTests.StubOrganizer