Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java575 final RemoteAnimationDefinition definition = container.getRemoteAnimationDefinition(); in getRemoteAnimationOverride()
750 .getRemoteAnimationDefinition(organizer) in overrideWithTaskFragmentRemoteAnimation()
830 w -> w.getRemoteAnimationDefinition() != null in findAnimLayoutParamsToken()
831 && w.getRemoteAnimationDefinition().hasTransition(transit, activityTypes)); in findAnimLayoutParamsToken()
DTaskFragmentOrganizerController.java633 public RemoteAnimationDefinition getRemoteAnimationDefinition( in getRemoteAnimationDefinition() method in TaskFragmentOrganizerController
DTransition.java3119 w -> w.getRemoteAnimationDefinition() != null in findAnimLayoutParamsActivityRecord()
3120 && w.getRemoteAnimationDefinition().hasTransition(transit, activityTypes)); in findAnimLayoutParamsActivityRecord()
DWindowContainer.java3776 RemoteAnimationDefinition getRemoteAnimationDefinition() { in getRemoteAnimationDefinition() method in WindowContainer
DActivityRecord.java8070 RemoteAnimationDefinition getRemoteAnimationDefinition() { in getRemoteAnimationDefinition() method in ActivityRecord
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskFragmentOrganizerControllerTest.java608 assertEquals(mDefinition, mController.getRemoteAnimationDefinition(mIOrganizer)); in testRegisterRemoteAnimations()
612 assertNull(mController.getRemoteAnimationDefinition(mIOrganizer)); in testRegisterRemoteAnimations()