Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java515 final ArrayList<WindowToken> mWallpaperTokens = new ArrayList<WindowToken>(); field in WindowManagerService
1812 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 …]
DWindowAnimator.java127 final ArrayList<WindowToken> wallpaperTokens = mService.mWallpaperTokens; in hideWallpapersLocked()