Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/window/
H A DITaskOrganizer.aidl55 void onAppSplashScreenViewRemoved(int taskId); in onAppSplashScreenViewRemoved() method
H A DTaskOrganizer.java123 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in TaskOrganizer
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java518 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingSurfaceDrawer
527 private void onAppSplashScreenViewRemoved(int taskId, boolean fromServer) { in onAppSplashScreenViewRemoved() method in StartingSurfaceDrawer
H A DStartingWindowController.java174 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingWindowController
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellTaskOrganizer.java401 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in ShellTaskOrganizer
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskOrganizerController.java560 public void onAppSplashScreenViewRemoved(Task task) { in onAppSplashScreenViewRemoved() method in TaskOrganizerController
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java833 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in WindowOrganizerTests.StubOrganizer