Home | History | Annotate | Download | only in wm

Lines Matching refs:mWallpaperTokens

508     final ArrayList<WindowToken> mWallpaperTokens = new ArrayList<WindowToken>();
1805 int curTokenIndex = mWallpaperTokens.size();
1808 WindowToken token = mWallpaperTokens.get(curTokenIndex);
1913 int curTokenIndex = mWallpaperTokens.size();
1916 WindowToken token = mWallpaperTokens.get(curTokenIndex);
2035 int curTokenIndex = mWallpaperTokens.size();
2038 WindowToken token = mWallpaperTokens.get(curTokenIndex);
2081 int curTokenIndex = mWallpaperTokens.size();
2084 WindowToken token = mWallpaperTokens.get(curTokenIndex);
2672 int curTokenIndex = mWallpaperTokens.size();
2675 WindowToken token = mWallpaperTokens.get(curTokenIndex);
3329 mWallpaperTokens.add(wtoken);
3383 mWallpaperTokens.remove(wtoken);
9346 mWallpaperTokens.remove(token);
10220 if (mWallpaperTokens.size() > 0) {
10223 for (int i=mWallpaperTokens.size()-1; i>=0; i--) {
10224 WindowToken token = mWallpaperTokens.get(i);