Home
last modified time | relevance | path

Searched refs:newIdx (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1299 int newIdx = findIdxBasedOnAppTokens(win); in addAppWindowToTokenListLocked() local
1305 "not Base app: Adding window " + win + " at " + (newIdx + 1) + " of " in addAppWindowToTokenListLocked()
1307 windows.add(newIdx + 1, win); in addAppWindowToTokenListLocked()
1308 if (newIdx < 0) { in addAppWindowToTokenListLocked()
1313 windows.get(newIdx), token.windows) + 1; in addAppWindowToTokenListLocked()