Home
last modified time | relevance | path

Searched refs:mRemoteAnimationDefinition (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragmentOrganizerController.java140 private RemoteAnimationDefinition mRemoteAnimationDefinition; field in TaskFragmentOrganizerController.TaskFragmentOrganizerState
487 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()
H A DAppTransitionController.java115 private RemoteAnimationDefinition mRemoteAnimationDefinition = null; field in AppTransitionController
141 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()
H A DActivityRecord.java666 private RemoteAnimationDefinition mRemoteAnimationDefinition; field in ActivityRecord
7830 mRemoteAnimationDefinition = definition; in registerRemoteAnimations()
7837 mRemoteAnimationDefinition = null; in unregisterRemoteAnimations()
7842 return mRemoteAnimationDefinition; in getRemoteAnimationDefinition()