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