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()331 for (int i = mPendingWallpaperAnimations.size() - 1; i >= 0; i--) {332 final WallpaperAnimationAdapter adapter = mPendingWallpaperAnimations.get(i);335 mPendingWallpaperAnimations.remove(i);
111 private final ArrayList<WallpaperAnimationAdapter> mPendingWallpaperAnimations = field in RecentsAnimationController511 mPendingWallpaperAnimations.remove(wallpaperAdapter); in removeWallpaperAnimation()757 mPendingWallpaperAnimations.remove(adapter); in createWallpaperAnimations()759 }, mPendingWallpaperAnimations); in createWallpaperAnimations()939 for (int i = mPendingWallpaperAnimations.size() - 1; i >= 0; i--) {940 final WallpaperAnimationAdapter wallpaperAdapter = mPendingWallpaperAnimations.get(i);1092 for (int i = mPendingWallpaperAnimations.size() - 1; i >= 0; i--) {1093 if (token == mPendingWallpaperAnimations.get(i).getToken()) {