Searched refs:curWallpaperIndex (Results 1 – 1 of 1) sorted by relevance
1961 int curWallpaperIndex = token.windows.size(); in adjustWallpaperWindowsLocked() local1962 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() local2062 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() local2203 while (curWallpaperIndex > 0) { in updateWallpaperOffsetLocked()[all …]