Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DTaskOrganizer.java121 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in TaskOrganizer
319 public void onAppSplashScreenViewRemoved(int taskId) {
320 mExecutor.execute(() -> TaskOrganizer.this.onAppSplashScreenViewRemoved(taskId));
H A DITaskOrganizer.aidl54 void onAppSplashScreenViewRemoved(int taskId); in onAppSplashScreenViewRemoved() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java298 () -> onAppSplashScreenViewRemoved(taskId, false)))); in copySplashScreenView()
316 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in SplashscreenWindowCreator
317 onAppSplashScreenViewRemoved(taskId, true /* fromServer */); in onAppSplashScreenViewRemoved()
325 private void onAppSplashScreenViewRemoved(int taskId, boolean fromServer) { in onAppSplashScreenViewRemoved() method in SplashscreenWindowCreator
H A DStartingWindowController.java204 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingWindowController
206 () -> mStartingSurfaceDrawer.onAppSplashScreenViewRemoved(taskId)); in onAppSplashScreenViewRemoved()
H A DStartingSurfaceDrawer.java176 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingSurfaceDrawer
177 mSplashscreenWindowCreator.onAppSplashScreenViewRemoved(taskId); in onAppSplashScreenViewRemoved()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellTaskOrganizer.java452 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in ShellTaskOrganizer
454 mStartingWindow.onAppSplashScreenViewRemoved(taskId); in onAppSplashScreenViewRemoved()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskOrganizerController.java804 public void onAppSplashScreenViewRemoved(Task task, ITaskOrganizer organizer) { in onAppSplashScreenViewRemoved() method in TaskOrganizerController
814 lastOrganizer.onAppSplashScreenViewRemoved(task.mTaskId); in onAppSplashScreenViewRemoved()
H A DActivityRecord.java2765 mAtmService.mTaskOrganizerController.onAppSplashScreenViewRemoved(getTask(), in cleanUpSplashScreen()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java1054 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in WindowOrganizerTests.StubOrganizer
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt4093 method @BinderThread public void onAppSplashScreenViewRemoved(int);