/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | StartingSurfaceController.java | 39 import com.android.server.policy.WindowManagerPolicy.StartingSurface; 60 StartingSurface createSplashScreenStartingSurface(ActivityRecord activity, String packageName, in createSplashScreenStartingSurface() 115 StartingSurface createTaskSnapshotSurface(ActivityRecord activity, TaskSnapshot taskSnapshot) { in createTaskSnapshotSurface() 160 private final class ShellStartingSurface implements StartingSurface {
|
H A D | StartingData.java | 19 import com.android.server.policy.WindowManagerPolicy.StartingSurface; 54 abstract StartingSurface createStartingSurface(ActivityRecord activity); in createStartingSurface()
|
H A D | SnapshotStartingData.java | 21 import com.android.server.policy.WindowManagerPolicy.StartingSurface; 38 StartingSurface createStartingSurface(ActivityRecord activity) { in createStartingSurface()
|
H A D | SplashScreenStartingData.java | 22 import com.android.server.policy.WindowManagerPolicy.StartingSurface; 55 StartingSurface createStartingSurface(ActivityRecord activity) { in createStartingSurface()
|
H A D | TaskSnapshotController.java | 50 import com.android.server.policy.WindowManagerPolicy.StartingSurface; 247 StartingSurface createStartingSurface(ActivityRecord activity, in createStartingSurface()
|
H A D | TaskSnapshotSurface.java | 90 import com.android.server.policy.WindowManagerPolicy.StartingSurface; 97 class TaskSnapshotSurface implements StartingSurface {
|
H A D | ActivityRecord.java | 749 WindowManagerPolicy.StartingSurface mStartingSurface; 2185 WindowManagerPolicy.StartingSurface surface = null; in run() 2441 final WindowManagerPolicy.StartingSurface surface; in removeStartingWindowAnimation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | SplashScreenSurface.java | 29 import com.android.server.policy.WindowManagerPolicy.StartingSurface; 36 class SplashScreenSurface implements StartingSurface {
|
H A D | WindowManagerPolicy.java | 239 interface StartingSurface { interface 726 StartingSurface addSplashScreen(IBinder appToken, int userId, String packageName, in addSplashScreen()
|
H A D | PhoneWindowManager.java | 2331 public StartingSurface addSplashScreen(IBinder appToken, int userId, String packageName, in addSplashScreen()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | WMComponent.java | 40 import com.android.wm.shell.startingsurface.StartingSurface; 110 Optional<StartingSurface> getStartingSurface(); in getStartingSurface()
|
H A D | SysUIComponent.java | 43 import com.android.wm.shell.startingsurface.StartingSurface; 101 Builder setStartingSurface(Optional<StartingSurface> s); in setStartingSurface()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | StartingSurface.java | 24 public interface StartingSurface { interface
|
H A D | StartingWindowController.java | 100 public StartingSurface asStartingSurface() { in asStartingSurface() 214 private class StartingSurfaceImpl implements StartingSurface {
|
H A D | StartingSurfaceDrawer.java | 120 private StartingSurface.SysuiProxy mSysuiProxy; 158 void setSysuiProxy(StartingSurface.SysuiProxy sysuiProxy) { in setSysuiProxy()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/ |
H A D | StatusBarPhoneModule.java | 122 import com.android.wm.shell.startingsurface.StartingSurface; 241 Optional<StartingSurface> startingSurfaceOptional, in provideStatusBar()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestWindowManagerPolicy.java | 103 public StartingSurface addSplashScreen(IBinder appToken, int userId, String packageName, in addSplashScreen()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
H A D | WMShellBaseModule.java | 82 import com.android.wm.shell.startingsurface.StartingSurface; 540 static Optional<StartingSurface> provideStartingSurface( in provideStartingSurface()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | OverviewProxyService.java | 113 import com.android.wm.shell.startingsurface.StartingSurface; 163 private final Optional<StartingSurface> mStartingSurface; 562 Optional<StartingSurface> startingSurface, in OverviewProxyService()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarTest.java | 157 import com.android.wm.shell.startingsurface.StartingSurface; 277 @Mock private StartingSurface mStartingSurface;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBar.java | 246 import com.android.wm.shell.startingsurface.StartingSurface; 675 private final Optional<StartingSurface> mStartingSurfaceOptional; 789 Optional<StartingSurface> startingSurfaceOptional, in StatusBar()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 43816 …heticLambda5;-><init>(Lcom/android/server/policy/WindowManagerPolicy$StartingSurface;ZLcom/android… 43839 …shScreenStartingData;]Lcom/android/server/policy/WindowManagerPolicy$StartingSurface;Lcom/android/… 44092 …tingWindowAnimation$3(Lcom/android/server/policy/WindowManagerPolicy$StartingSurface;ZLcom/android… 47972 …er/wm/ActivityRecord;)Lcom/android/server/policy/WindowManagerPolicy$StartingSurface;+]Lcom/androi… 47984 …er/wm/ActivityRecord;)Lcom/android/server/policy/WindowManagerPolicy$StartingSurface;+]Lcom/androi… 47993 …t/res/Configuration;I)Lcom/android/server/policy/WindowManagerPolicy$StartingSurface;+]Lcom/androi… 47994 …/window/TaskSnapshot;)Lcom/android/server/policy/WindowManagerPolicy$StartingSurface;+]Landroid/wi… 49109 …ecord;Landroid/window/TaskSnapshot;)Lcom/android/server/policy/WindowManagerPolicy$StartingSurface; 55314 Lcom/android/server/policy/WindowManagerPolicy$StartingSurface;
|