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

/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java47 public class RemoteAnimationTarget implements Parcelable { class in inherits:Parcelable
130 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, method in class:RemoteAnimationTarget
146 public RemoteAnimationTarget(Parcel in) { method in class:RemoteAnimationTarget
209 public static final Creator<RemoteAnimationTarget> CREATOR
210 = new Creator<RemoteAnimationTarget>() {
211 public RemoteAnimationTarget createFromParcel(Parcel in) {
212 return new RemoteAnimationTarget(in);
215 public RemoteAnimationTarget[] newArray(int size) {
216 return new RemoteAnimationTarget[size];

Completed in 20 milliseconds