Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskFragmentOrganizerController.java153 private RemoteAnimationDefinition mRemoteAnimationDefinition; field in TaskFragmentOrganizerController.TaskFragmentOrganizerState
557 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()
DAppTransitionController.java113 private RemoteAnimationDefinition mRemoteAnimationDefinition = null; field in AppTransitionController
139 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()
DActivityRecord.java682 private RemoteAnimationDefinition mRemoteAnimationDefinition; field in ActivityRecord
8059 mRemoteAnimationDefinition = definition; in registerRemoteAnimations()
8066 mRemoteAnimationDefinition = null; in unregisterRemoteAnimations()
8071 return mRemoteAnimationDefinition; in getRemoteAnimationDefinition()