Home
last modified time | relevance | path

Searched refs:getRemoteAnimationDefinition (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java509 final RemoteAnimationDefinition definition = container.getRemoteAnimationDefinition(); in getRemoteAnimationOverride()
644 .getRemoteAnimationDefinition(organizer) in overrideWithTaskFragmentRemoteAnimation()
702 w -> w.getRemoteAnimationDefinition() != null in findAnimLayoutParamsToken()
703 && w.getRemoteAnimationDefinition().hasTransition(transit, activityTypes)); in findAnimLayoutParamsToken()
H A DTaskFragmentOrganizerController.java299 public RemoteAnimationDefinition getRemoteAnimationDefinition( in getRemoteAnimationDefinition() method in TaskFragmentOrganizerController
H A DWindowContainer.java3221 RemoteAnimationDefinition getRemoteAnimationDefinition() { in getRemoteAnimationDefinition() method in WindowContainer
H A DActivityRecord.java7131 RemoteAnimationDefinition getRemoteAnimationDefinition() { in getRemoteAnimationDefinition() method in ActivityRecord
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskFragmentOrganizerControllerTest.java223 assertEquals(mDefinition, mController.getRemoteAnimationDefinition(mIOrganizer)); in testRegisterRemoteAnimations()
227 assertNull(mController.getRemoteAnimationDefinition(mIOrganizer)); in testRegisterRemoteAnimations()
/aosp12/frameworks/base/services/
H A Dart-profile44006 HPLcom/android/server/wm/ActivityRecord;->getRemoteAnimationDefinition()Landroid/view/RemoteAnimati…