Searched refs:mPendingWallpaperAnimations (Results 1 – 2 of 2) sorted by relevance
70 private final ArrayList<WallpaperAnimationAdapter> mPendingWallpaperAnimations = field in RemoteAnimationController286 mPendingWallpaperAnimations.remove(adapter); in createWallpaperAnimations()288 }, mPendingWallpaperAnimations); in createWallpaperAnimations()330 for (int i = mPendingWallpaperAnimations.size() - 1; i >= 0; i--) {331 final WallpaperAnimationAdapter adapter = mPendingWallpaperAnimations.get(i);334 mPendingWallpaperAnimations.remove(i);
114 private final ArrayList<WallpaperAnimationAdapter> mPendingWallpaperAnimations = field in RecentsAnimationController528 mPendingWallpaperAnimations.remove(wallpaperAdapter); in removeWallpaperAnimation()774 mPendingWallpaperAnimations.remove(adapter); in createWallpaperAnimations()776 }, mPendingWallpaperAnimations); in createWallpaperAnimations()957 for (int i = mPendingWallpaperAnimations.size() - 1; i >= 0; i--) {958 final WallpaperAnimationAdapter wallpaperAdapter = mPendingWallpaperAnimations.get(i);1115 for (int i = mPendingWallpaperAnimations.size() - 1; i >= 0; i--) {1116 if (token == mPendingWallpaperAnimations.get(i).getToken()) {