Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java576 final RemoteAnimationDefinition definition = container.getRemoteAnimationDefinition(); in getRemoteAnimationOverride()
751 .getRemoteAnimationDefinition(organizer) in overrideWithTaskFragmentRemoteAnimation()
831 w -> w.getRemoteAnimationDefinition() != null in findAnimLayoutParamsToken()
832 && w.getRemoteAnimationDefinition().hasTransition(transit, activityTypes)); in findAnimLayoutParamsToken()
H A DTaskFragmentOrganizerController.java556 public RemoteAnimationDefinition getRemoteAnimationDefinition( in getRemoteAnimationDefinition() method in TaskFragmentOrganizerController
H A DTransition.java2684 w -> w.getRemoteAnimationDefinition() != null in findAnimLayoutParamsActivityRecord()
2685 && w.getRemoteAnimationDefinition().hasTransition(transit, activityTypes)); in findAnimLayoutParamsActivityRecord()
H A DWindowContainer.java3772 RemoteAnimationDefinition getRemoteAnimationDefinition() { in getRemoteAnimationDefinition() method in WindowContainer
H A DActivityRecord.java7841 RemoteAnimationDefinition getRemoteAnimationDefinition() { in getRemoteAnimationDefinition() method in ActivityRecord
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskFragmentOrganizerControllerTest.java515 assertEquals(mDefinition, mController.getRemoteAnimationDefinition(mIOrganizer)); in testRegisterRemoteAnimations()
519 assertNull(mController.getRemoteAnimationDefinition(mIOrganizer)); in testRegisterRemoteAnimations()