Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/java/android/view/
H A DRemoteAnimationDefinition.java39 public class RemoteAnimationDefinition implements Parcelable { class
44 public RemoteAnimationDefinition() { in RemoteAnimationDefinition() method in RemoteAnimationDefinition
111 public RemoteAnimationDefinition(Parcel in) { in RemoteAnimationDefinition() method in RemoteAnimationDefinition
161 public static final @NonNull Creator<RemoteAnimationDefinition> CREATOR =
162 new Creator<RemoteAnimationDefinition>() {
163 public RemoteAnimationDefinition createFromParcel(Parcel in) {
164 return new RemoteAnimationDefinition(in);
167 public RemoteAnimationDefinition[] newArray(int size) {
168 return new RemoteAnimationDefinition[size];
H A DRemoteAnimationDefinition.aidl19 parcelable RemoteAnimationDefinition;
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationController.java27 import android.view.RemoteAnimationDefinition;
43 final RemoteAnimationDefinition mDefinition;
48 mDefinition = new RemoteAnimationDefinition(); in TaskFragmentAnimationController()
/aosp14/frameworks/base/core/java/android/window/
H A DITaskFragmentOrganizerController.aidl20 import android.view.RemoteAnimationDefinition;
43 in RemoteAnimationDefinition definition); in registerRemoteAnimations()
H A DTaskFragmentOrganizer.java32 import android.view.RemoteAnimationDefinition;
173 public void registerRemoteAnimations(@NonNull RemoteAnimationDefinition definition) { in registerRemoteAnimations()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppChangeTransitionTests.java37 import android.view.RemoteAnimationDefinition;
65 RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in setUpOnDisplay()
H A DAppTransitionControllerTest.java70 import android.view.RemoteAnimationDefinition;
770 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideWindowContainer()
786 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideTransitionController()
803 final RemoteAnimationDefinition definition1 = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideBoth()
809 final RemoteAnimationDefinition definition2 = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideBoth()
826 final RemoteAnimationDefinition definition1 = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideWindowContainerHasPriority()
832 final RemoteAnimationDefinition definition2 = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideWindowContainerHasPriority()
1262 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in setupTaskFragmentRemoteAnimation()
H A DTaskFragmentOrganizerControllerTest.java85 import android.view.RemoteAnimationDefinition;
132 private RemoteAnimationDefinition mDefinition;
158 mDefinition = new RemoteAnimationDefinition(); in setup()
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityClientController.aidl29 import android.view.RemoteAnimationDefinition;
154 void registerRemoteAnimations(in IBinder token, in RemoteAnimationDefinition definition); in registerRemoteAnimations()
H A DActivityTaskManager.java40 import android.view.RemoteAnimationDefinition;
465 int displayId, RemoteAnimationDefinition definition) { in registerRemoteAnimationsForDisplay()
H A DIActivityTaskManager.aidl73 import android.view.RemoteAnimationDefinition;
304 void registerRemoteAnimationsForDisplay(int displayId, in RemoteAnimationDefinition definition); in registerRemoteAnimationsForDisplay()
H A DActivityClient.java31 import android.view.RemoteAnimationDefinition;
557 void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) { in registerRemoteAnimations()
H A DIActivityManager.aidl78 import android.view.RemoteAnimationDefinition;
H A DActivity.java132 import android.view.RemoteAnimationDefinition;
9252 public void registerRemoteAnimations(RemoteAnimationDefinition definition) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java59 import android.view.RemoteAnimationDefinition;
339 RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in onCreate()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java88 import android.view.RemoteAnimationDefinition;
115 private RemoteAnimationDefinition mRemoteAnimationDefinition = null;
140 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
576 final RemoteAnimationDefinition definition = container.getRemoteAnimationDefinition(); in getRemoteAnimationOverride()
749 final RemoteAnimationDefinition definition = organizer != null in overrideWithTaskFragmentRemoteAnimation()
H A DTaskFragmentOrganizerController.java47 import android.view.RemoteAnimationDefinition;
140 private RemoteAnimationDefinition mRemoteAnimationDefinition;
475 @NonNull RemoteAnimationDefinition definition) { in registerRemoteAnimations()
556 public RemoteAnimationDefinition getRemoteAnimationDefinition( in getRemoteAnimationDefinition()
H A DActivityClientController.java95 import android.view.RemoteAnimationDefinition;
1541 public void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) { in registerRemoteAnimations()
H A DWindowContainer.java99 import android.view.RemoteAnimationDefinition;
3772 RemoteAnimationDefinition getRemoteAnimationDefinition() { in getRemoteAnimationDefinition()
H A DActivityRecord.java335 import android.view.RemoteAnimationDefinition;
666 private RemoteAnimationDefinition mRemoteAnimationDefinition;
7829 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
7841 RemoteAnimationDefinition getRemoteAnimationDefinition() { in getRemoteAnimationDefinition()
H A DDisplayContent.java231 import android.view.RemoteAnimationDefinition;
1580 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
H A DActivityTaskManagerService.java237 import android.view.RemoteAnimationDefinition;
3876 RemoteAnimationDefinition definition) { in registerRemoteAnimationsForDisplay()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8648 android.view.RemoteAnimationDefinition$1
8649 android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1
8650 android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry
8651 android.view.RemoteAnimationDefinition
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8679 android.view.RemoteAnimationDefinition$1
8680 android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1
8681 android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry
8682 android.view.RemoteAnimationDefinition
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6035 …tyManager;->registerRemoteAnimations(Landroid/os/IBinder;Landroid/view/RemoteAnimationDefinition;)V
61635 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;-><init>(Landroid/os/Parcel;)V
61637 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;->activityTypeFilter:I
61638 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;->adapter:Landroid/view/RemoteA…
61639 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;->CREATOR:Landroid/os/Parcelabl…
61640 Landroid/view/RemoteAnimationDefinition;-><init>(Landroid/os/Parcel;)V
61641 Landroid/view/RemoteAnimationDefinition;->CREATOR:Landroid/os/Parcelable$Creator;
61642 Landroid/view/RemoteAnimationDefinition;->getAdapter(ILandroid/util/ArraySet;)Landroid/view/RemoteA…
61643 Landroid/view/RemoteAnimationDefinition;->hasTransition(ILandroid/util/ArraySet;)Z
61644 Landroid/view/RemoteAnimationDefinition;->mTransitionAnimationMap:Landroid/util/SparseArray;
[all …]

12