Home
last modified time | relevance | path

Searched defs:RemoteAnimationTarget (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java60 public class RemoteAnimationTarget implements Parcelable { class
253 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget() method in RemoteAnimationTarget
265 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget() method in RemoteAnimationTarget
295 public RemoteAnimationTarget(Parcel in) { in RemoteAnimationTarget() method in RemoteAnimationTarget
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationRunner.java201 @NonNull BiFunction<RemoteAnimationTarget, Rect, Animation> animationProvider) { in createOpenCloseAnimationAdapters()
246 @NonNull BiFunction<RemoteAnimationTarget, Rect, Animation> animationProvider, in createOpenCloseAnimationAdapter()