Home
last modified time | relevance | path

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

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