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

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
AppWindowContainerControllerTests.java 89 assertNotNull(atoken.startingSurface);
95 assertNull(atoken.startingSurface);
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowContainerController.java 47 import com.android.server.policy.WindowManagerPolicy.StartingSurface;
149 StartingSurface surface = null;
169 container.startingSurface = surface;
175 + container.startingSurface);
608 final StartingSurface surface;
610 surface = mContainer.startingSurface;
612 mContainer.startingSurface = null;
617 Slog.v(TAG_WM, "startingWindow was set but startingSurface==null, couldn't "
632 + " startingView=" + mContainer.startingSurface
    [all...]
AppWindowToken.java 106 import com.android.server.policy.WindowManagerPolicy.StartingSurface;
189 StartingSurface startingSurface;
    [all...]

Completed in 198 milliseconds