Searched refs:makeRemoteAnimation (Results 1 – 11 of 11) sorted by relevance
63 options = ActivityOptions.makeRemoteAnimation(entry.adapter); in overrideOptionsIfNeeded()
173 activityOptions = ActivityOptions.makeRemoteAnimation(remoteAnimationAdapter); in test_getOptions()176 activityOptions = ActivityOptions.makeRemoteAnimation(remoteAnimationAdapter, in test_getOptions()
1399 final ActivityOptions options = ActivityOptions.makeRemoteAnimation(adaptor); in testRemoteAnimation_appliesToExistingTask()
851 ActivityOptions opts = ActivityOptions.makeRemoteAnimation( in testTakeSceneTransitionInfo()
154 options = ActivityOptions.makeRemoteAnimation(animationAdapter); in getDefaultActivityOptions()
1223 public static ActivityOptions makeRemoteAnimation( in makeRemoteAnimation() method in ActivityOptions1238 public static ActivityOptions makeRemoteAnimation(RemoteAnimationAdapter remoteAnimationAdapter, in makeRemoteAnimation() method in ActivityOptions
585 activityOptions.update(ActivityOptions.makeRemoteAnimation(wrappedAdapter)); in startShortcut()980 activityOptions.update(ActivityOptions.makeRemoteAnimation(adapter)); in startTasksWithLegacyTransition()1230 activityOptions.update(ActivityOptions.makeRemoteAnimation(wrappedAdapter)); in wrapAsSplitRemoteAnimation()
561 activityOptions.update(ActivityOptions.makeRemoteAnimation(wrappedAdapter)); in startTask()
1337 ActivityOptions options = remoteAnimation ? ActivityOptions.makeRemoteAnimation( in launchNotificationPermissionRequestDialog()
789 HSPLandroid/app/ActivityOptions;->makeRemoteAnimation(Landroid/view/RemoteAnimationAdapter;)Landroi…