Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1961 int curWallpaperIndex = token.windows.size(); in adjustWallpaperWindowsLocked() local
1962 while (curWallpaperIndex > 0) { in adjustWallpaperWindowsLocked()
1963 curWallpaperIndex--; in adjustWallpaperWindowsLocked()
1964 WindowState wallpaper = token.windows.get(curWallpaperIndex); in adjustWallpaperWindowsLocked()
2061 int curWallpaperIndex = token.windows.size(); in setWallpaperAnimLayerAdjustmentLocked() local
2062 while (curWallpaperIndex > 0) { in setWallpaperAnimLayerAdjustmentLocked()
2063 curWallpaperIndex--; in setWallpaperAnimLayerAdjustmentLocked()
2064 WindowState wallpaper = token.windows.get(curWallpaperIndex); in setWallpaperAnimLayerAdjustmentLocked()
2202 int curWallpaperIndex = token.windows.size(); in updateWallpaperOffsetLocked() local
2203 while (curWallpaperIndex > 0) { in updateWallpaperOffsetLocked()
[all …]