Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java57 public class RemoteAnimationTarget implements Parcelable { class
224 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget() method in RemoteAnimationTarget
235 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget() method in RemoteAnimationTarget
262 public RemoteAnimationTarget(Parcel in) { in RemoteAnimationTarget() method in RemoteAnimationTarget
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationRunner.java196 @NonNull BiFunction<RemoteAnimationTarget, Rect, Animation> animationProvider) { in createOpenCloseAnimationAdapters()
227 @NonNull BiFunction<RemoteAnimationTarget, Rect, Animation> animationProvider, in createOpenCloseAnimationAdapter()