Lines Matching refs:startingWindow

1295             if (atoken != null && lastWindow == atoken.startingWindow) {
2063 token.appWindowToken.startingWindow = win;
2065 + " startingWindow=" + win);
2313 final boolean startingWindow = win.mAttrs.type == TYPE_APPLICATION_STARTING;
2314 if (startingWindow) {
2401 final int transit = (!startingWindow) ? TRANSIT_EXIT : TRANSIT_PREVIEW_DONE;
2415 final boolean lastWindowIsStartingWindow = startingWindow && appToken != null
2517 if (atoken.startingWindow == win) {
2518 if (DEBUG_STARTING_WINDOW) Slog.v(TAG_WM, "Notify removed startingWindow " + win);
2524 if (DEBUG_STARTING_WINDOW) Slog.v(TAG_WM, "Nulling last startingWindow");
4156 WindowState startingWindow = ttoken.startingWindow;
4157 if (startingWindow != null && ttoken.startingView != null) {
4163 "Moving existing starting " + startingWindow + " from " + ttoken
4172 wtoken.startingWindow = startingWindow;
4176 ttoken.startingWindow = null;
4178 startingWindow.mToken = wtoken;
4179 startingWindow.mRootToken = wtoken;
4180 startingWindow.mAppToken = wtoken;
4183 Slog.v(TAG_WM, "Removing starting window: " + startingWindow);
4185 startingWindow.getWindowList().remove(startingWindow);
4188 "Removing starting " + startingWindow + " from " + ttoken);
4189 ttoken.windows.remove(startingWindow);
4190 ttoken.allAppWindows.remove(startingWindow);
4191 addWindowToListInOrderLocked(startingWindow, true);
4214 wtoken.mAppAnimator, startingWindow.mWinAnimator);
4329 if (win == wtoken.startingWindow) {
4381 WindowState swin = wtoken.startingWindow;
4770 if (wtoken.startingWindow == null) {
4783 " startingWindow=" + wtoken.startingWindow : ""));
8113 if (wtoken.startingWindow != null) {
8118 wtoken.startingWindow = null;
8127 + ": startingWindow="
8128 + wtoken.startingWindow + " startingView="
8148 + wtoken + ": startingWindow="
8149 + wtoken.startingWindow + " startingView="
8151 if (wtoken.startingWindow != null) {
8156 wtoken.startingWindow = null;
8182 + ": startingWindow=" + wtoken.startingWindow
8185 if (wtoken.startingWindow == null) {
8193 wtoken.startingWindow = null;