Searched refs:mRemoteAnimationDefinition (Results 1 – 3 of 3) sorted by relevance
153 private RemoteAnimationDefinition mRemoteAnimationDefinition; field in TaskFragmentOrganizerController.TaskFragmentOrganizerState557 if (organizerState.mRemoteAnimationDefinition != null) { in registerRemoteAnimations()560 + organizerState.mRemoteAnimationDefinition); in registerRemoteAnimations()564 organizerState.mRemoteAnimationDefinition = definition; in registerRemoteAnimations()583 organizerState.mRemoteAnimationDefinition = null; in unregisterRemoteAnimations()643 return organizerState.mRemoteAnimationDefinition; in getRemoteAnimationDefinition()
113 private RemoteAnimationDefinition mRemoteAnimationDefinition = null; field in AppTransitionController139 mRemoteAnimationDefinition = definition; in registerRemoteAnimations()584 return mRemoteAnimationDefinition != null in getRemoteAnimationOverride()585 ? mRemoteAnimationDefinition.getAdapter(transit, activityTypes) in getRemoteAnimationOverride()796 adapter = mRemoteAnimationDefinition != null in overrideWithRemoteAnimationIfSet()797 ? mRemoteAnimationDefinition.getAdapter(transit, activityTypes) in overrideWithRemoteAnimationIfSet()
682 private RemoteAnimationDefinition mRemoteAnimationDefinition; field in ActivityRecord8059 mRemoteAnimationDefinition = definition; in registerRemoteAnimations()8066 mRemoteAnimationDefinition = null; in unregisterRemoteAnimations()8071 return mRemoteAnimationDefinition; in getRemoteAnimationDefinition()