Home
last modified time | relevance | path

Searched refs:mWallpaperTokens (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java587 final ArrayList<WindowToken> mWallpaperTokens = new ArrayList<WindowToken>(); field in WindowManagerService
1947 int curTokenIndex = mWallpaperTokens.size(); in adjustWallpaperWindowsLocked()
1950 WindowToken token = mWallpaperTokens.get(curTokenIndex); in adjustWallpaperWindowsLocked()
2057 int curTokenIndex = mWallpaperTokens.size(); in setWallpaperAnimLayerAdjustmentLocked()
2060 WindowToken token = mWallpaperTokens.get(curTokenIndex); in setWallpaperAnimLayerAdjustmentLocked()
2198 int curTokenIndex = mWallpaperTokens.size(); in updateWallpaperOffsetLocked()
2201 WindowToken token = mWallpaperTokens.get(curTokenIndex); in updateWallpaperOffsetLocked()
2247 int curTokenIndex = mWallpaperTokens.size(); in updateWallpaperVisibilityLocked()
2250 WindowToken token = mWallpaperTokens.get(curTokenIndex); in updateWallpaperVisibilityLocked()
2919 int curTokenIndex = mWallpaperTokens.size(); in sendWindowWallpaperCommandLocked()
[all …]
DWindowAnimator.java155 final ArrayList<WindowToken> wallpaperTokens = mService.mWallpaperTokens; in hideWallpapersLocked()