Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DITaskOrganizer.aidl57 void onAppSplashScreenViewRemoved(int taskId); in onAppSplashScreenViewRemoved() method
DTaskOrganizer.java126 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in TaskOrganizer
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java487 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingSurfaceDrawer
496 private void onAppSplashScreenViewRemoved(int taskId, boolean fromServer) { in onAppSplashScreenViewRemoved() method in StartingSurfaceDrawer
DStartingWindowController.java174 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in StartingWindowController
/frameworks/base/services/core/java/com/android/server/wm/
DTaskOrganizerController.java220 void onAppSplashScreenViewRemoved(Task task) { in onAppSplashScreenViewRemoved() method in TaskOrganizerController.TaskOrganizerCallbacks
327 public void onAppSplashScreenViewRemoved(Task t) { in onAppSplashScreenViewRemoved() method in TaskOrganizerController.TaskOrganizerState
589 public void onAppSplashScreenViewRemoved(Task task) { in onAppSplashScreenViewRemoved() method in TaskOrganizerController
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DShellTaskOrganizer.java332 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in ShellTaskOrganizer
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java800 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() method in WindowOrganizerTests.StubOrganizer