Searched refs:mRemoteAnimationDefinition (Results 1 – 3 of 3) sorted by relevance
90 private RemoteAnimationDefinition mRemoteAnimationDefinition; field in TaskFragmentOrganizerController.TaskFragmentOrganizerState267 if (organizerState.mRemoteAnimationDefinition != null) { in registerRemoteAnimations()270 + organizerState.mRemoteAnimationDefinition); in registerRemoteAnimations()274 organizerState.mRemoteAnimationDefinition = definition; in registerRemoteAnimations()293 organizerState.mRemoteAnimationDefinition = null; in unregisterRemoteAnimations()304 return organizerState != null ? organizerState.mRemoteAnimationDefinition : null; in getRemoteAnimationDefinition()
112 private RemoteAnimationDefinition mRemoteAnimationDefinition = null; field in AppTransitionController139 mRemoteAnimationDefinition = definition; in registerRemoteAnimations()518 return mRemoteAnimationDefinition != null in getRemoteAnimationOverride()519 ? mRemoteAnimationDefinition.getAdapter(transit, activityTypes) in getRemoteAnimationOverride()
614 private RemoteAnimationDefinition mRemoteAnimationDefinition; field in ActivityRecord7120 mRemoteAnimationDefinition = definition; in registerRemoteAnimations()7127 mRemoteAnimationDefinition = null; in unregisterRemoteAnimations()7132 return mRemoteAnimationDefinition; in getRemoteAnimationDefinition()