Searched defs:SurfaceAnimator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimator.java45 class SurfaceAnimator { class
47 private static final String TAG = TAG_WITH_CLASS_NAME ? "SurfaceAnimator" : TAG_WM;
63 SurfaceAnimator(Animatable animatable, @Nullable Runnable animationFinishedCallback, method in class:SurfaceAnimator
75 final SurfaceAnimator target = mService.mAnimationTransferMap.remove(anim);
100 * @param anim The object that bridges the controller, {@link SurfaceAnimator}, with the
212 void transferAnimation(SurfaceAnimator from) {
319 * @param proto Stream to write the SurfaceAnimator object to.
320 * @param fieldId Field Id of the SurfaceAnimator as defined in the parent message.
359 * Interface to be animated by {@link SurfaceAnimator}.

Completed in 170 milliseconds