Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationDefinition.java36 public class RemoteAnimationDefinition implements Parcelable { class
41 public RemoteAnimationDefinition() { in RemoteAnimationDefinition() method in RemoteAnimationDefinition
106 public RemoteAnimationDefinition(Parcel in) { in RemoteAnimationDefinition() method in RemoteAnimationDefinition
142 public static final @android.annotation.NonNull Creator<RemoteAnimationDefinition> CREATOR =
143 new Creator<RemoteAnimationDefinition>() {
144 public RemoteAnimationDefinition createFromParcel(Parcel in) {
145 return new RemoteAnimationDefinition(in);
148 public RemoteAnimationDefinition[] newArray(int size) {
149 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/tests/wmtests/src/com/android/server/wm/
DAppChangeTransitionTests.java38 import android.view.RemoteAnimationDefinition;
68 RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in setUpOnDisplay()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java63 import android.view.RemoteAnimationDefinition;
82 private RemoteAnimationDefinition mRemoteAnimationDefinition = null;
92 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
235 final RemoteAnimationDefinition definition = animLpToken.getRemoteAnimationDefinition(); in getRemoteAnimationOverride()
DAppWindowToken.java110 import android.view.RemoteAnimationDefinition;
305 private RemoteAnimationDefinition mRemoteAnimationDefinition;
3012 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
3016 RemoteAnimationDefinition getRemoteAnimationDefinition() { in getRemoteAnimationDefinition()
DActivityRecord.java206 import android.view.RemoteAnimationDefinition;
3800 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
DActivityTaskManagerService.java229 import android.view.RemoteAnimationDefinition;
4667 public void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) { in registerRemoteAnimations()
4704 RemoteAnimationDefinition definition) { in registerRemoteAnimationsForDisplay()
DDisplayContent.java191 import android.view.RemoteAnimationDefinition;
1165 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
/frameworks/base/core/java/android/app/
DIActivityTaskManager.aidl71 import android.view.RemoteAnimationDefinition;
439 void registerRemoteAnimations(in IBinder token, in RemoteAnimationDefinition definition); in registerRemoteAnimations()
451 void registerRemoteAnimationsForDisplay(int displayId, in RemoteAnimationDefinition definition); in registerRemoteAnimationsForDisplay()
DIActivityManager.aidl71 import android.view.RemoteAnimationDefinition;
DActivity.java109 import android.view.RemoteAnimationDefinition;
8580 public void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
/frameworks/base/config/
Dboot-image-profile.txt16492 HSPLandroid/view/RemoteAnimationDefinition$1;-><init>()V
16493 PLandroid/view/RemoteAnimationDefinition$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/Rem…
16494 PLandroid/view/RemoteAnimationDefinition$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
16495 HSPLandroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1;-><init>()V
16496 …oid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1;->createFromParcel(Landroid/os/Pa…
16497 PLandroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1;->createFromParcel(Landroid/…
16498 PLandroid/view/RemoteAnimationDefinition;-><init>(Landroid/os/Parcel;)V
16499 PLandroid/view/RemoteAnimationDefinition;->getAdapter(ILandroid/util/ArraySet;)Landroid/view/Remote…
16500 PLandroid/view/RemoteAnimationDefinition;->hasTransition(ILandroid/util/ArraySet;)Z
16501 PLandroid/view/RemoteAnimationDefinition;->setCallingPid(I)V
[all …]
Dhiddenapi-greylist-max-o.txt5448 …tub$Proxy;->registerRemoteAnimations(Landroid/os/IBinder;Landroid/view/RemoteAnimationDefinition;)V
6038 …tyManager;->registerRemoteAnimations(Landroid/os/IBinder;Landroid/view/RemoteAnimationDefinition;)V
76064 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;-><init>(Landroid/os/Parcel;)V
76065 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;-><init>(Landroid/view/RemoteAn…
76066 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;->activityTypeFilter:I
76067 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;->adapter:Landroid/view/RemoteA…
76068 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;->CREATOR:Landroid/os/Parcelabl…
76069 Landroid/view/RemoteAnimationDefinition;-><init>(Landroid/os/Parcel;)V
76070 Landroid/view/RemoteAnimationDefinition;->CREATOR:Landroid/os/Parcelable$Creator;
76071 Landroid/view/RemoteAnimationDefinition;->getAdapter(ILandroid/util/ArraySet;)Landroid/view/RemoteA…
[all …]
/frameworks/base/services/
Dart-profile14810 …roid/server/wm/ActivityRecord;->registerRemoteAnimations(Landroid/view/RemoteAnimationDefinition;)V
15396 …erService;->registerRemoteAnimations(Landroid/os/IBinder;Landroid/view/RemoteAnimationDefinition;)V
15598 …d/server/wm/AppWindowToken;->getRemoteAnimationDefinition()Landroid/view/RemoteAnimationDefinition;
15642 …roid/server/wm/AppWindowToken;->registerRemoteAnimations(Landroid/view/RemoteAnimationDefinition;)V