HomeSort by relevance Sort by last modified time
    Searched refs:StartingSurface (Results 1 - 12 of 12) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
StartingData.java 19 import android.view.WindowManagerPolicy.StartingSurface;
37 * @return a class implementing {@link StartingSurface} for easy removal with
38 * {@link StartingSurface#remove}
40 abstract StartingSurface createStartingSurface(AppWindowToken atoken);
SnapshotStartingData.java 21 import android.view.WindowManagerPolicy.StartingSurface;
38 StartingSurface createStartingSurface(AppWindowToken atoken) {
SplashScreenStartingData.java 21 import android.view.WindowManagerPolicy.StartingSurface;
54 StartingSurface createStartingSurface(AppWindowToken atoken) {
TaskSnapshotController.java 37 import android.view.WindowManagerPolicy.StartingSurface;
172 StartingSurface createStartingSurface(AppWindowToken token,
AppWindowContainerController.java 47 import android.view.WindowManagerPolicy.StartingSurface;
119 StartingSurface surface = null;
128 + " startingView=" + mContainer.startingSurface);
130 surface = mContainer.startingSurface;
132 mContainer.startingSurface = null;
136 Slog.v(TAG_WM, "startingWindow was set but startingSurface==null, couldn't "
177 StartingSurface surface = null;
197 container.startingSurface = surface;
203 + container.startingSurface);
    [all...]
TaskSnapshotSurface.java 70 import android.view.WindowManagerPolicy.StartingSurface;
82 class TaskSnapshotSurface implements StartingSurface {
AppWindowToken.java 65 import android.view.WindowManagerPolicy.StartingSurface;
156 StartingSurface startingSurface;
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
SplashScreenSurface.java 27 import android.view.WindowManagerPolicy.StartingSurface;
37 class SplashScreenSurface implements StartingSurface {
PhoneWindowManager.java     [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 505 interface StartingSurface {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestWindowManagerPolicy.java 195 public StartingSurface addSplashScreen(IBinder appToken, String packageName, int theme,
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 211 milliseconds