Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java60 private final ArrayList<RemoteAnimationAdapterWrapper> mPendingAnimations = new ArrayList<>();
88 final RemoteAnimationAdapterWrapper adapter = new RemoteAnimationAdapterWrapper( in createAnimationAdapter()
161 final RemoteAnimationAdapterWrapper wrapper = mPendingAnimations.get(i); in createAnimations()
193 final RemoteAnimationAdapterWrapper adapter = mPendingAnimations.get(i); in onAnimationFinished()
285 private class RemoteAnimationAdapterWrapper implements AnimationAdapter { class in RemoteAnimationController
294 RemoteAnimationAdapterWrapper(AppWindowToken appWindowToken, Point position, in RemoteAnimationAdapterWrapper() method in RemoteAnimationController.RemoteAnimationAdapterWrapper
/frameworks/base/core/proto/android/server/
Danimationadapter.proto33 /* represents RemoteAnimationAdapterWrapper */