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

/frameworks/base/core/java/android/view/
H A DRemoteAnimationDefinition.java35 public class RemoteAnimationDefinition implements Parcelable { class in inherits:Parcelable
39 public RemoteAnimationDefinition() { method in class:RemoteAnimationDefinition
102 public RemoteAnimationDefinition(Parcel in) { method in class:RemoteAnimationDefinition
138 public static final Creator<RemoteAnimationDefinition> CREATOR =
139 new Creator<RemoteAnimationDefinition>() {
140 public RemoteAnimationDefinition createFromParcel(Parcel in) {
141 return new RemoteAnimationDefinition(in);
144 public RemoteAnimationDefinition[] newArray(int size) {
145 return new RemoteAnimationDefinition[size];

Completed in 185 milliseconds