Home
last modified time | relevance | path

Searched refs:StartingSurface (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DStartingData.java19 import com.android.server.policy.WindowManagerPolicy.StartingSurface;
40 abstract StartingSurface createStartingSurface(AppWindowToken atoken); in createStartingSurface()
DSnapshotStartingData.java21 import com.android.server.policy.WindowManagerPolicy.StartingSurface;
38 StartingSurface createStartingSurface(AppWindowToken atoken) { in createStartingSurface()
DSplashScreenStartingData.java22 import com.android.server.policy.WindowManagerPolicy.StartingSurface;
55 StartingSurface createStartingSurface(AppWindowToken atoken) { in createStartingSurface()
DAppWindowContainerController.java47 import com.android.server.policy.WindowManagerPolicy.StartingSurface;
149 StartingSurface surface = null;
608 final StartingSurface surface; in removeStartingWindow()
DTaskSnapshotController.java47 import com.android.server.policy.WindowManagerPolicy.StartingSurface;
217 StartingSurface createStartingSurface(AppWindowToken token, in createStartingSurface()
DTaskSnapshotSurface.java75 import com.android.server.policy.WindowManagerPolicy.StartingSurface;
82 class TaskSnapshotSurface implements StartingSurface {
DAppWindowToken.java106 import com.android.server.policy.WindowManagerPolicy.StartingSurface;
189 StartingSurface startingSurface;
/frameworks/base/services/core/java/com/android/server/policy/
DSplashScreenSurface.java29 import com.android.server.policy.WindowManagerPolicy.StartingSurface;
36 class SplashScreenSurface implements StartingSurface {
DWindowManagerPolicy.java517 interface StartingSurface { interface
1014 public StartingSurface addSplashScreen(IBinder appToken, String packageName, int theme, in addSplashScreen()
DPhoneWindowManager.java3076 public StartingSurface addSplashScreen(IBinder appToken, String packageName, int theme, in addSplashScreen()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestWindowManagerPolicy.java154 public StartingSurface addSplashScreen(IBinder appToken, String packageName, int theme, in addSplashScreen()
/frameworks/base/services/
Dart-profile1076 …android/content/res/Configuration;I)Lcom/android/server/policy/WindowManagerPolicy$StartingSurface;