Home
last modified time | relevance | path

Searched refs:RemoteAnimationDefinition (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
DRemoteAnimationDefinition.java35 public class RemoteAnimationDefinition implements Parcelable { class
39 public RemoteAnimationDefinition() { in RemoteAnimationDefinition() method in RemoteAnimationDefinition
102 public RemoteAnimationDefinition(Parcel in) { in RemoteAnimationDefinition() method in 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];
DRemoteAnimationDefinition.aidl19 parcelable RemoteAnimationDefinition;
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationDefinitionCompat.java19 import android.view.RemoteAnimationDefinition;
26 private final RemoteAnimationDefinition mWrapped = new RemoteAnimationDefinition();
37 RemoteAnimationDefinition getWrapped() { in getWrapped()
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowContainerController.java42 import android.view.RemoteAnimationDefinition;
724 public void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
DWindowSurfacePlacer.java66 import android.view.RemoteAnimationDefinition;
379 final RemoteAnimationDefinition definition = animLpToken.getRemoteAnimationDefinition(); in overrideWithRemoteAnimationIfSet()
DAppWindowToken.java96 import android.view.RemoteAnimationDefinition;
256 private RemoteAnimationDefinition mRemoteAnimationDefinition;
2065 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
2069 RemoteAnimationDefinition getRemoteAnimationDefinition() { in getRemoteAnimationDefinition()
/frameworks/base/core/java/android/app/
DIActivityManager.aidl70 import android.view.RemoteAnimationDefinition;
706 void registerRemoteAnimations(in IBinder token, in RemoteAnimationDefinition definition); in registerRemoteAnimations()
DActivity.java103 import android.view.RemoteAnimationDefinition;
7877 public void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
/frameworks/base/config/
Dhiddenapi-vendor-list.txt3 Landroid/app/Activity;->registerRemoteAnimations(Landroid/view/RemoteAnimationDefinition;)V
549 Landroid/view/RemoteAnimationDefinition;-><init>()V
550 Landroid/view/RemoteAnimationDefinition;->addRemoteAnimation(ILandroid/view/RemoteAnimationAdapter;…
Dboot-image-profile.txt6611 HPLandroid/view/RemoteAnimationDefinition$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/Re…
6612 HPLandroid/view/RemoteAnimationDefinition$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Objec…
6613 …oid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1;->createFromParcel(Landroid/os/Pa…
6614 HPLandroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1;->createFromParcel(Landroid…
6615 HPLandroid/view/RemoteAnimationDefinition;-><init>(Landroid/os/Parcel;)V
6616 HPLandroid/view/RemoteAnimationDefinition;->getAdapter(ILandroid/util/ArraySet;)Landroid/view/Remot…
6617 HPLandroid/view/RemoteAnimationDefinition;->hasTransition(ILandroid/util/ArraySet;)Z
6618 HPLandroid/view/RemoteAnimationDefinition;->setCallingPid(I)V
12965 HSPLandroid/app/Activity;->registerRemoteAnimations(Landroid/view/RemoteAnimationDefinition;)V
14027 …tub$Proxy;->registerRemoteAnimations(Landroid/os/IBinder;Landroid/view/RemoteAnimationDefinition;)V
[all …]
Dhiddenapi-light-greylist.txt6197 Landroid/view/RemoteAnimationDefinition;->addRemoteAnimation(IILandroid/view/RemoteAnimationAdapter…
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java179 import android.view.RemoteAnimationDefinition;
3000 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
DActivityManagerService.java393 import android.view.RemoteAnimationDefinition;
27143 public void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) in registerRemoteAnimations()