Searched refs:lastWindow (Results 1 – 1 of 1) sorted by relevance
1123 WindowState lastWindow = tokenWindowList.get(windowListPos - 1); in addAppWindowToListLocked() local1124 if (atoken != null && lastWindow == atoken.startingWindow) { in addAppWindowToListLocked()1125 placeWindowBefore(lastWindow, win); in addAppWindowToListLocked()1126 tokenWindowsPos = indexOfWinInWindowList(lastWindow, token.windows); in addAppWindowToListLocked()