Searched refs:mWallpaperTokens (Results 1 – 1 of 1) sorted by relevance
590 private final ArrayList<WindowToken> mWallpaperTokens = new ArrayList<WindowToken>(); field in WindowManagerService1807 for (int i = mWallpaperTokens.size() - 1; i >= 0; i--) { in hideWallpapersLocked()1808 final WindowToken token = mWallpaperTokens.get(i); in hideWallpapersLocked()2057 for (int curTokenNdx = mWallpaperTokens.size() - 1; curTokenNdx >= 0; curTokenNdx--) { in adjustWallpaperWindowsLocked()2058 WindowToken token = mWallpaperTokens.get(curTokenNdx); in adjustWallpaperWindowsLocked()2136 for (int curTokenNdx = mWallpaperTokens.size() - 1; curTokenNdx >= 0; curTokenNdx--) { in setWallpaperAnimLayerAdjustmentLocked()2137 WindowList windows = mWallpaperTokens.get(curTokenNdx).windows; in setWallpaperAnimLayerAdjustmentLocked()2283 for (int curTokenNdx = mWallpaperTokens.size() - 1; curTokenNdx >= 0; curTokenNdx--) { in updateWallpaperOffsetLocked()2284 WindowList windows = mWallpaperTokens.get(curTokenNdx).windows; in updateWallpaperOffsetLocked()2331 for (int curTokenNdx = mWallpaperTokens.size() - 1; curTokenNdx >= 0; curTokenNdx--) { in updateWallpaperVisibilityLocked()[all …]