Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1158 int tokenWindowsPos = 0; in addAppWindowToListLocked() local
1220 return tokenWindowsPos; in addAppWindowToListLocked()
1256 return tokenWindowsPos; in addAppWindowToListLocked()
1277 return tokenWindowsPos; in addAppWindowToListLocked()
1282 int tokenWindowsPos; in addAppWindowToTokenListLocked() local
1290 tokenWindowsPos = indexOfWinInWindowList(lowestWindow, token.windows); in addAppWindowToTokenListLocked()
1297 tokenWindowsPos = indexOfWinInWindowList(lastWindow, token.windows); in addAppWindowToTokenListLocked()
1310 tokenWindowsPos = 0; in addAppWindowToTokenListLocked()
1312 tokenWindowsPos = indexOfWinInWindowList( in addAppWindowToTokenListLocked()
1318 return tokenWindowsPos; in addAppWindowToTokenListLocked()
[all …]