Searched refs:mWallpaperTokens (Results 1 – 1 of 1) sorted by relevance
513 final ArrayList<WindowToken> mWallpaperTokens = new ArrayList<WindowToken>(); field in WindowManagerService1708 int curTokenIndex = mWallpaperTokens.size(); in adjustWallpaperWindowsLocked()1711 WindowToken token = mWallpaperTokens.get(curTokenIndex); in adjustWallpaperWindowsLocked()1788 int curTokenIndex = mWallpaperTokens.size(); in setWallpaperAnimLayerAdjustmentLocked()1791 WindowToken token = mWallpaperTokens.get(curTokenIndex); in setWallpaperAnimLayerAdjustmentLocked()1909 int curTokenIndex = mWallpaperTokens.size(); in updateWallpaperOffsetLocked()1912 WindowToken token = mWallpaperTokens.get(curTokenIndex); in updateWallpaperOffsetLocked()1934 int curTokenIndex = mWallpaperTokens.size(); in updateWallpaperVisibilityLocked()1937 WindowToken token = mWallpaperTokens.get(curTokenIndex); in updateWallpaperVisibilityLocked()2460 int curTokenIndex = mWallpaperTokens.size(); in sendWindowWallpaperCommandLocked()[all …]