Searched refs:copySplashScreenView (Results 1 – 10 of 10) sorted by relevance
112 public void copySplashScreenView(int taskId) {} in copySplashScreenView() method in TaskOrganizer314 public void copySplashScreenView(int taskId) {315 mExecutor.execute(() -> TaskOrganizer.this.copySplashScreenView(taskId));
49 void copySplashScreenView(int taskId); in copySplashScreenView() method
195 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in StartingWindowController197 mStartingSurfaceDrawer.copySplashScreenView(taskId); in copySplashScreenView()
166 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in StartingSurfaceDrawer167 mSplashscreenWindowCreator.copySplashScreenView(taskId); in copySplashScreenView()
287 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in SplashscreenWindowCreator
445 public void copySplashScreenView(int taskId) { in copySplashScreenView() method in ShellTaskOrganizer447 mStartingWindow.copySplashScreenView(taskId); in copySplashScreenView()
775 boolean copySplashScreenView(Task task, ITaskOrganizer taskOrganizer) { in copySplashScreenView() method in TaskOrganizerController786 lastOrganizer.copySplashScreenView(task.mTaskId); in copySplashScreenView()
2697 if (mStartingSurface == null || !mAtmService.mTaskOrganizerController.copySplashScreenView( in requestCopySplashScreen()
1036 public void copySplashScreenView(int taskId) { } in copySplashScreenView() method in WindowOrganizerTests.StubOrganizer
4087 method @BinderThread public void copySplashScreenView(int);