Searched refs:onAppSplashScreenViewRemoved (Results 1 – 10 of 10) sorted by relevance
121 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in TaskOrganizer319 public void onAppSplashScreenViewRemoved(int taskId) {320 mExecutor.execute(() -> TaskOrganizer.this.onAppSplashScreenViewRemoved(taskId));
54 void onAppSplashScreenViewRemoved(int taskId); in onAppSplashScreenViewRemoved() method
298 () -> onAppSplashScreenViewRemoved(taskId, false)))); in copySplashScreenView()316 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in SplashscreenWindowCreator317 onAppSplashScreenViewRemoved(taskId, true /* fromServer */); in onAppSplashScreenViewRemoved()325 private void onAppSplashScreenViewRemoved(int taskId, boolean fromServer) { in onAppSplashScreenViewRemoved() method in SplashscreenWindowCreator
204 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingWindowController206 () -> mStartingSurfaceDrawer.onAppSplashScreenViewRemoved(taskId)); in onAppSplashScreenViewRemoved()
176 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingSurfaceDrawer177 mSplashscreenWindowCreator.onAppSplashScreenViewRemoved(taskId); in onAppSplashScreenViewRemoved()
452 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in ShellTaskOrganizer454 mStartingWindow.onAppSplashScreenViewRemoved(taskId); in onAppSplashScreenViewRemoved()
804 public void onAppSplashScreenViewRemoved(Task task, ITaskOrganizer organizer) { in onAppSplashScreenViewRemoved() method in TaskOrganizerController814 lastOrganizer.onAppSplashScreenViewRemoved(task.mTaskId); in onAppSplashScreenViewRemoved()
2765 mAtmService.mTaskOrganizerController.onAppSplashScreenViewRemoved(getTask(), in cleanUpSplashScreen()
1054 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in WindowOrganizerTests.StubOrganizer
4093 method @BinderThread public void onAppSplashScreenViewRemoved(int);