/frameworks/base/core/java/android/view/ |
D | RemoteAnimationAdapter.java | 51 public class RemoteAnimationAdapter implements Parcelable { class 74 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter() method in RemoteAnimationAdapter 83 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter() method in RemoteAnimationAdapter 89 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter() method in RemoteAnimationAdapter 95 public RemoteAnimationAdapter(Parcel in) { in RemoteAnimationAdapter() method in RemoteAnimationAdapter 164 public static final @android.annotation.NonNull Creator<RemoteAnimationAdapter> CREATOR 165 = new Creator<RemoteAnimationAdapter>() { 166 public RemoteAnimationAdapter createFromParcel(Parcel in) { 167 return new RemoteAnimationAdapter(in); 170 public RemoteAnimationAdapter[] newArray(int size) { [all …]
|
D | RemoteAnimationDefinition.java | 58 @ActivityType int activityTypeFilter, RemoteAnimationAdapter adapter) { in addRemoteAnimation() 72 RemoteAnimationAdapter adapter) { in addRemoteAnimation() 97 public @Nullable RemoteAnimationAdapter getAdapter(@TransitionOldType int transition, in getAdapter() 174 final RemoteAnimationAdapter adapter; 182 RemoteAnimationAdapterEntry(RemoteAnimationAdapter adapter, int activityTypeFilter) { in RemoteAnimationAdapterEntry() 188 adapter = in.readTypedObject(RemoteAnimationAdapter.CREATOR); in RemoteAnimationAdapterEntry()
|
D | RemoteAnimationAdapter.aidl | 19 parcelable RemoteAnimationAdapter;
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PendingRemoteAnimationRegistry.java | 24 import android.view.RemoteAnimationAdapter; 47 void addPendingAnimation(String packageName, RemoteAnimationAdapter adapter, in addPendingAnimation() 77 final RemoteAnimationAdapter adapter; 81 Entry(String packageName, RemoteAnimationAdapter adapter, @Nullable IBinder launchCookie) { in Entry()
|
D | WindowProcessListener.java | 20 import android.view.RemoteAnimationAdapter;
|
D | SafeActivityOptions.java | 50 import android.view.RemoteAnimationAdapter; 210 final RemoteAnimationAdapter adapter = options.getRemoteAnimationAdapter(); in setCallingPidUidForRemoteAnimationAdapter() 362 final RemoteAnimationAdapter adapter = options.getRemoteAnimationAdapter(); in checkPermissions()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | LegacyTransitions.java | 25 import android.view.RemoteAnimationAdapter; 69 private final RemoteAnimationAdapter mAdapter = 70 new RemoteAnimationAdapter(new RemoteAnimationWrapper(), 0, 0); 86 public RemoteAnimationAdapter getAdapter() { in getAdapter()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | ISplitScreen.aidl | 25 import android.view.RemoteAnimationAdapter; 116 in RemoteAnimationAdapter adapter, in InstanceId instanceId) = 11; in startTasksWithLegacyTransition() 123 in RemoteAnimationAdapter adapter, in InstanceId instanceId) = 12; in startIntentAndTaskWithLegacyTransition() 130 in RemoteAnimationAdapter adapter, in InstanceId instanceId) = 15; in startShortcutAndTaskWithLegacyTransition() 138 int snapPosition, in RemoteAnimationAdapter adapter, in InstanceId instanceId) = 18; in startIntentsWithLegacyTransition()
|
D | SplitScreenController.java | 60 import android.view.RemoteAnimationAdapter; 558 RemoteAnimationAdapter wrappedAdapter = new RemoteAnimationAdapter(wrapper, in startTask() 614 RemoteAnimationAdapter adapter, InstanceId instanceId) { in startShortcutAndTaskWithLegacyTransition() 688 RemoteAnimationAdapter adapter, InstanceId instanceId) { in startIntentAndTaskWithLegacyTransition() 752 @PersistentSnapPosition int snapPosition, RemoteAnimationAdapter adapter, in startIntentsWithLegacyTransition() 1299 @PersistentSnapPosition int snapPosition, RemoteAnimationAdapter adapter, in startTasksWithLegacyTransition() 1310 @PersistentSnapPosition int snapPosition, RemoteAnimationAdapter adapter, in startIntentAndTaskWithLegacyTransition() 1323 RemoteAnimationAdapter adapter, InstanceId instanceId) { in startShortcutAndTaskWithLegacyTransition() 1368 @PersistentSnapPosition int snapPosition, RemoteAnimationAdapter adapter, in startIntentsWithLegacyTransition()
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationController.java | 26 import android.view.RemoteAnimationAdapter; 49 final RemoteAnimationAdapter animationAdapter = in TaskFragmentAnimationController() 50 new RemoteAnimationAdapter(mRemoteRunner, 0, 0, true /* changeNeedsSnapshot */); in TaskFragmentAnimationController()
|
/frameworks/base/core/java/android/window/ |
D | IWindowOrganizerController.aidl | 22 import android.view.RemoteAnimationAdapter; 76 int startLegacyTransition(int type, in RemoteAnimationAdapter adapter, in startLegacyTransition()
|
D | WindowOrganizer.java | 28 import android.view.RemoteAnimationAdapter; 142 public int startLegacyTransition(int type, @NonNull RemoteAnimationAdapter adapter, in startLegacyTransition()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | AppChangeTransitionTests.java | 36 import android.view.RemoteAnimationAdapter; 66 RemoteAnimationAdapter adapter = in setUpOnDisplay() 67 new RemoteAnimationAdapter(new TestRemoteAnimationRunner(), 10, 1, false); in setUpOnDisplay()
|
D | PendingRemoteAnimationRegistryTest.java | 26 import android.view.RemoteAnimationAdapter; 48 @Mock RemoteAnimationAdapter mAdapter;
|
D | AppTransitionControllerTest.java | 69 import android.view.RemoteAnimationAdapter; 771 final RemoteAnimationAdapter adapter = new RemoteAnimationAdapter( in testGetRemoteAnimationOverrideWindowContainer() 787 final RemoteAnimationAdapter adapter = new RemoteAnimationAdapter( in testGetRemoteAnimationOverrideTransitionController() 804 final RemoteAnimationAdapter adapter1 = new RemoteAnimationAdapter( in testGetRemoteAnimationOverrideBoth() 810 final RemoteAnimationAdapter adapter2 = new RemoteAnimationAdapter( in testGetRemoteAnimationOverrideBoth() 827 final RemoteAnimationAdapter adapter1 = new RemoteAnimationAdapter( in testGetRemoteAnimationOverrideWindowContainerHasPriority() 833 final RemoteAnimationAdapter adapter2 = new RemoteAnimationAdapter( in testGetRemoteAnimationOverrideWindowContainerHasPriority() 1259 final RemoteAnimationAdapter adapter = new RemoteAnimationAdapter( in setupTaskFragmentRemoteAnimation()
|
D | SafeActivityOptionsTest.java | 40 import android.view.RemoteAnimationAdapter; 171 RemoteAnimationAdapter remoteAnimationAdapter = mock(RemoteAnimationAdapter.class); in test_getOptions()
|
D | AppTransitionTests.java | 67 import android.view.RemoteAnimationAdapter; 358 final RemoteAnimationAdapter adapter = new RemoteAnimationAdapter( in testCancelRemoteAnimationWhenFreeze() 485 mDc.mAppTransition.overridePendingAppTransitionRemote(mock(RemoteAnimationAdapter.class), in testGetNextAppTransitionBackgroundColor() 528 mDc.mAppTransition.overridePendingAppTransitionRemote(mock(RemoteAnimationAdapter.class), in testGetNextAppRequestedAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfaces.java | 28 import android.view.RemoteAnimationAdapter; 112 @Nullable RemoteAnimationAdapter animationAdapter) { in getActivityOptions() 133 @Nullable RemoteAnimationAdapter animationAdapter, boolean isKeyguardShowing, in getActivityOptions() 145 @Nullable RemoteAnimationAdapter animationAdapter) { in getDefaultActivityOptions()
|
D | LegacyActivityStarterInternalImpl.kt | 31 import android.view.RemoteAnimationAdapter in <lambda>() 150 ) { adapter: RemoteAnimationAdapter? -> in <lambda>() 289 animationAdapter: RemoteAnimationAdapter? in <lambda>() 404 ) { adapter: RemoteAnimationAdapter? -> in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardTransitionExecutor.kt | 28 import android.view.RemoteAnimationAdapter 60 val runner = RemoteAnimationAdapter(NULL_ACTIVITY_TRANSITION, 0, 0) in startSharedTransition()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardService.java | 60 import android.view.RemoteAnimationAdapter; 379 final RemoteAnimationAdapter exitAnimationAdapter = in onCreate() 380 new RemoteAnimationAdapter( in onCreate() 386 final RemoteAnimationAdapter occludeAnimationAdapter = in onCreate() 387 new RemoteAnimationAdapter( in onCreate() 392 final RemoteAnimationAdapter occludeByDreamAnimationAdapter = in onCreate() 393 new RemoteAnimationAdapter( in onCreate() 398 final RemoteAnimationAdapter unoccludeAnimationAdapter = in onCreate() 399 new RemoteAnimationAdapter( in onCreate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimatorTest.kt | 14 import android.view.RemoteAnimationAdapter in <lambda>() 93 intentStarter: (RemoteAnimationAdapter?) -> Int in <lambda>() 110 var animationAdapter: RemoteAnimationAdapter? = null in <lambda>() 126 var animationAdapter: RemoteAnimationAdapter? = null in <lambda>() 153 var animationAdapter: RemoteAnimationAdapter? = null in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ActionIntentExecutor.kt | 30 import android.view.RemoteAnimationAdapter 108 val runner = RemoteAnimationAdapter(SCREENSHOT_REMOTE_RUNNER, 0, 0) in launchIntent()
|
/frameworks/base/core/java/android/app/ |
D | ActivityOptions.java | 62 import android.view.RemoteAnimationAdapter; 524 private RemoteAnimationAdapter mRemoteAnimationAdapter; 1222 @android.ravenwood.annotation.RavenwoodThrow(blockedBy = RemoteAnimationAdapter.class) 1224 RemoteAnimationAdapter remoteAnimationAdapter) { in makeRemoteAnimation() 1237 @android.ravenwood.annotation.RavenwoodThrow(blockedBy = RemoteAnimationAdapter.class) 1238 public static ActivityOptions makeRemoteAnimation(RemoteAnimationAdapter remoteAnimationAdapter, in makeRemoteAnimation() 1253 @android.ravenwood.annotation.RavenwoodThrow(blockedBy = RemoteAnimationAdapter.class) 1386 …pter = opts.getParcelable(KEY_REMOTE_ANIMATION_ADAPTER, android.view.RemoteAnimationAdapter.class); in ActivityOptions() 1542 public RemoteAnimationAdapter getRemoteAnimationAdapter() { in getRemoteAnimationAdapter() 1547 public void setRemoteAnimationAdapter(RemoteAnimationAdapter remoteAnimationAdapter) { in setRemoteAnimationAdapter()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimator.kt | 37 import android.view.RemoteAnimationAdapter 241 intentStarter: (RemoteAnimationAdapter?) -> Int in startIntentWithAnimation() 263 RemoteAnimationAdapter( in startIntentWithAnimation() 450 fun startPendingIntent(animationAdapter: RemoteAnimationAdapter?): Int in startPendingIntent()
|