Home
last modified time | relevance | path

Searched defs:mPendingAnimations (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRemoteAnimationController.java69 private final ArrayList<RemoteAnimationRecord> mPendingAnimations = new ArrayList<>(); field in RemoteAnimationController
H A DRecentsAnimationController.java108 private final ArrayList<TaskAnimationAdapter> mPendingAnimations = new ArrayList<>(); field in RecentsAnimationController
H A DSurfaceAnimationRunner.java100 final ArrayMap<SurfaceControl, RunningAnimation> mPendingAnimations = new ArrayMap<>(); field in SurfaceAnimationRunner
/aosp14/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java130 ArrayList<NameValuesHolder> mPendingAnimations = new ArrayList<NameValuesHolder>(); field in ViewPropertyAnimator