Searched refs:mRemoteAnimationDefinition (Results 1 – 3 of 3) sorted by relevance
140 private RemoteAnimationDefinition mRemoteAnimationDefinition; field in TaskFragmentOrganizerController.TaskFragmentOrganizerState487 if (organizerState.mRemoteAnimationDefinition != null) { in registerRemoteAnimations()490 + organizerState.mRemoteAnimationDefinition); in registerRemoteAnimations()494 organizerState.mRemoteAnimationDefinition = definition; in registerRemoteAnimations()513 organizerState.mRemoteAnimationDefinition = null; in unregisterRemoteAnimations()566 return organizerState.mRemoteAnimationDefinition; in getRemoteAnimationDefinition()
115 private RemoteAnimationDefinition mRemoteAnimationDefinition = null; field in AppTransitionController141 mRemoteAnimationDefinition = definition; in registerRemoteAnimations()585 return mRemoteAnimationDefinition != null in getRemoteAnimationOverride()586 ? mRemoteAnimationDefinition.getAdapter(transit, activityTypes) in getRemoteAnimationOverride()797 adapter = mRemoteAnimationDefinition != null in overrideWithRemoteAnimationIfSet()798 ? mRemoteAnimationDefinition.getAdapter(transit, activityTypes) in overrideWithRemoteAnimationIfSet()
666 private RemoteAnimationDefinition mRemoteAnimationDefinition; field in ActivityRecord7830 mRemoteAnimationDefinition = definition; in registerRemoteAnimations()7837 mRemoteAnimationDefinition = null; in unregisterRemoteAnimations()7842 return mRemoteAnimationDefinition; in getRemoteAnimationDefinition()