Searched refs:curTokenIndex (Results 1 – 1 of 1) sorted by relevance
1708 int curTokenIndex = mWallpaperTokens.size(); in adjustWallpaperWindowsLocked() local1709 while (curTokenIndex > 0) { in adjustWallpaperWindowsLocked()1710 curTokenIndex--; in adjustWallpaperWindowsLocked()1711 WindowToken token = mWallpaperTokens.get(curTokenIndex); in adjustWallpaperWindowsLocked()1788 int curTokenIndex = mWallpaperTokens.size(); in setWallpaperAnimLayerAdjustmentLocked() local1789 while (curTokenIndex > 0) { in setWallpaperAnimLayerAdjustmentLocked()1790 curTokenIndex--; in setWallpaperAnimLayerAdjustmentLocked()1791 WindowToken token = mWallpaperTokens.get(curTokenIndex); in setWallpaperAnimLayerAdjustmentLocked()1909 int curTokenIndex = mWallpaperTokens.size(); in updateWallpaperOffsetLocked() local1910 while (curTokenIndex > 0) { in updateWallpaperOffsetLocked()[all …]