Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java70 private final ArrayList<WallpaperAnimationAdapter> mPendingWallpaperAnimations = field in RemoteAnimationController
286 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);
DRecentsAnimationController.java114 private final ArrayList<WallpaperAnimationAdapter> mPendingWallpaperAnimations = field in RecentsAnimationController
528 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()) {