Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DITaskOrganizer.aidl55 void onAppSplashScreenViewRemoved(int taskId); in onAppSplashScreenViewRemoved() method
DTaskOrganizer.java124 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in TaskOrganizer
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java561 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingSurfaceDrawer
570 private void onAppSplashScreenViewRemoved(int taskId, boolean fromServer) { in onAppSplashScreenViewRemoved() method in StartingSurfaceDrawer
DStartingWindowController.java203 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingWindowController
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DShellTaskOrganizer.java451 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in ShellTaskOrganizer
/frameworks/base/services/core/java/com/android/server/wm/
DTaskOrganizerController.java731 public void onAppSplashScreenViewRemoved(Task task) { in onAppSplashScreenViewRemoved() method in TaskOrganizerController
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java1049 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in WindowOrganizerTests.StubOrganizer