Searched refs:mWallpaperTokens (Results 1 – 2 of 2) sorted by relevance
515 final ArrayList<WindowToken> mWallpaperTokens = new ArrayList<WindowToken>(); field in WindowManagerService1812 int curTokenIndex = mWallpaperTokens.size(); in adjustWallpaperWindowsLocked()1815 WindowToken token = mWallpaperTokens.get(curTokenIndex); in adjustWallpaperWindowsLocked()1920 int curTokenIndex = mWallpaperTokens.size(); in setWallpaperAnimLayerAdjustmentLocked()1923 WindowToken token = mWallpaperTokens.get(curTokenIndex); in setWallpaperAnimLayerAdjustmentLocked()2042 int curTokenIndex = mWallpaperTokens.size(); in updateWallpaperOffsetLocked()2045 WindowToken token = mWallpaperTokens.get(curTokenIndex); in updateWallpaperOffsetLocked()2088 int curTokenIndex = mWallpaperTokens.size(); in updateWallpaperVisibilityLocked()2091 WindowToken token = mWallpaperTokens.get(curTokenIndex); in updateWallpaperVisibilityLocked()2684 int curTokenIndex = mWallpaperTokens.size(); in sendWindowWallpaperCommandLocked()[all …]
127 final ArrayList<WindowToken> wallpaperTokens = mService.mWallpaperTokens; in hideWallpapersLocked()