Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DITaskOrganizer.aidl54 void onAppSplashScreenViewRemoved(int taskId); in onAppSplashScreenViewRemoved() method
H A DTaskOrganizer.java121 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in TaskOrganizer
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java316 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in SplashscreenWindowCreator
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
H A DStartingSurfaceDrawer.java176 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingSurfaceDrawer
/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
/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
/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