Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DITaskOrganizer.aidl54 void onAppSplashScreenViewRemoved(int taskId); in onAppSplashScreenViewRemoved() method
DTaskOrganizer.java121 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in TaskOrganizer
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
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
DStartingWindowController.java204 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingWindowController
DStartingSurfaceDrawer.java176 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingSurfaceDrawer
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DShellTaskOrganizer.java452 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in ShellTaskOrganizer
/frameworks/base/services/core/java/com/android/server/wm/
DTaskOrganizerController.java804 public void onAppSplashScreenViewRemoved(Task task, ITaskOrganizer organizer) { in onAppSplashScreenViewRemoved() method in TaskOrganizerController
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java1054 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in WindowOrganizerTests.StubOrganizer